Definition at line 50 of file Binex_Types_T.cpp.
Classes | |
struct | TestNum |
Public Member Functions | |
BinexTypes_T () | |
int | doMgfziEncodeDecodeTests () |
int | doMgfziInitializationTests () |
int | doUbnxiEncodeDecodeTests () |
int | doUbnxiInitializationTests () |
void | init () |
virtual | ~BinexTypes_T () |
Public Attributes | |
unsigned | verboseLevel |
Private Types | |
typedef vector< TestNum > | NumListType |
Private Member Functions | |
void | dumpBuffer (const unsigned char *buffer, size_t size) |
bool | readNums (const string &filename, NumListType &numList) |
Private Attributes | |
string | inputMgfziNums |
string | inputUbnxiNums |
NumListType | mgfziNumList |
NumListType | ubnxiNumList |
|
private |
Definition at line 83 of file Binex_Types_T.cpp.
|
inline |
Definition at line 55 of file Binex_Types_T.cpp.
|
inlinevirtual |
Definition at line 61 of file Binex_Types_T.cpp.
int BinexTypes_T::doMgfziEncodeDecodeTests | ( | ) |
Definition at line 346 of file Binex_Types_T.cpp.
int BinexTypes_T::doMgfziInitializationTests | ( | ) |
Definition at line 281 of file Binex_Types_T.cpp.
int BinexTypes_T::doUbnxiEncodeDecodeTests | ( | ) |
Definition at line 232 of file Binex_Types_T.cpp.
int BinexTypes_T::doUbnxiInitializationTests | ( | ) |
Definition at line 167 of file Binex_Types_T.cpp.
|
private |
Definition at line 395 of file Binex_Types_T.cpp.
void BinexTypes_T::init | ( | ) |
Definition at line 106 of file Binex_Types_T.cpp.
|
private |
Definition at line 128 of file Binex_Types_T.cpp.
|
private |
Definition at line 93 of file Binex_Types_T.cpp.
|
private |
Definition at line 92 of file Binex_Types_T.cpp.
|
private |
Definition at line 90 of file Binex_Types_T.cpp.
|
private |
Definition at line 89 of file Binex_Types_T.cpp.
unsigned BinexTypes_T::verboseLevel |
Definition at line 73 of file Binex_Types_T.cpp.