|
gtranslationTable
|
Example program demonstrating basic usage of GTranslationTable. More...

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| Entry point for the Translation Table example. | |
This example shows how to:
Expected behavior:
Definition in file tt_example.cc.
| int main | ( | int | argc, |
| char * | argv[] ) |
The program constructs an options object, configures logging, registers two electronics configurations using two distinct identity vectors, retrieves one configuration, and prints it.
| argc | Number of command-line arguments. |
| argv | Command-line argument values. |
EXIT_SUCCESS on normal completion. Definition at line 41 of file tt_example.cc.