FORMAT Namespace Reference
[BaseBase]

Defines file/data-word format type. More...


Enumerations

enum  INPUT_FILE { BINARY = 0, ASCII, UNDEFINED }
 Defines input file format for decoder (i.e. output of electronics). More...


Detailed Description

Defines file/data-word format type.

Enumeration Type Documentation

enum FORMAT::INPUT_FILE

Defines input file format for decoder (i.e. output of electronics).

Enumerator:
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.

00058                  {
00060     BINARY=0,
00062     ASCII,
00064     UNDEFINED
00065   };


Generated on Mon Apr 7 15:35:13 2014 for MyProject by  doxygen 1.4.7