gtranslationTable
Loading...
Searching...
No Matches
gtranslationTable Namespace Reference

Functions

GOptions defineOptions ()
 Defines the module option set for gtranslationTable.

Variables

constexpr int EC__GIDENTITYNOTFOUNDINTT = 1101
 Error code used when a requested identity cannot be resolved in the translation table context.
constexpr int EC__TTNOTFOUNDINTT = 1102
 Error code used when a translation table entry is not found for a given key.

Function Documentation

◆ defineOptions()

GOptions gtranslationTable::defineOptions ( )

The returned GOptions instance is typically passed to the project option parser/manager, and used to configure logging and other module-level behavior.

Returns
A GOptions instance containing the option definitions for this module.

Definition at line 6 of file gtranslationTable_options.cc.

Variable Documentation

◆ EC__GIDENTITYNOTFOUNDINTT

int gtranslationTable::EC__GIDENTITYNOTFOUNDINTT = 1101
inlineconstexpr

Typical use: emitted when an identity vector (or derived key) is invalid or cannot be found.

Definition at line 23 of file gtranslationTableConventions.h.

◆ EC__TTNOTFOUNDINTT

int gtranslationTable::EC__TTNOTFOUNDINTT = 1102
inlineconstexpr

Typical use: emitted by API calls that retrieve electronics for a given identity.

Definition at line 30 of file gtranslationTableConventions.h.