Enumerations | |
| enum | INPUT_FILE { BINARY = 0, ASCII, UNDEFINED } |
| Defines input file format for decoder (i.e. output of electronics). More... | |
| enum FORMAT::INPUT_FILE |
Defines input file format for decoder (i.e. output of electronics).
| BINARY | Bin format for decoder (input) and coder (output). |
| ASCII | ASCII format for (de)coder. |
| UNDEFINED | Undefined... |
Definition at line 58 of file constants.hh.
1.4.7