#include <set>
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include "CNFMessage.h"
#include "CNFDataBlock.h"
#include "CNFDB_100.h"
#include "CNFDB_402.h"
#include "CNFDB_403.h"
#include "CNFDB_404.h"
#include "CNFDB_405.h"
#include "CNFDB_408.h"
#include "CNFDB_506.h"
#include "CNFDB_507.h"
#include "CNFDB_601.h"
Go to the source code of this file.
◆ FALSE
◆ GENRATE_CODE
#define GENRATE_CODE |
( |
|
x | ) |
|
Value: std::vector<CNFDB_##x*> DB_##x; \
void Clear_##x();
Definition at line 65 of file CNFData.h.
◆ TRUE
◆ DefaultCNFDataVersion
const double DefaultCNFDataVersion = 8.0 |
◆ NFD_SupportedBlockList
const int NFD_SupportedBlockList[] |
Initial value:= {100, 402, 403, 404, 405,
408, 506, 507, 601}
Definition at line 43 of file CNFData.h.
◆ NFD_SupportedBlockListSize
const int NFD_SupportedBlockListSize = 9 |
◆ READLINE_EOF
const int READLINE_EOF = -2 |
◆ READLINE_ERROR
const int READLINE_ERROR = 0 |
◆ READLINE_SEPARATOR
const int READLINE_SEPARATOR = -1 |
◆ READLINE_SUCESS
const int READLINE_SUCESS = 1 |