larlight::FORMAT Namespace Reference

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

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 26 of file DecoderConstants.hh.

00026                    {
00028       BINARY=0,
00030       ASCII,
00032       UNDEFINED
00033     };

 All Classes Namespaces Files Functions Variables Enumerations Enumerator

Generated on 3 Jun 2014 for MyProject by  doxygen 1.6.1