Bitstream Interpretation Library (BIL)
0.1
|
Contains definition of DeviceCfgDbStats class. More...
Go to the source code of this file.
Variables | |
const char *const | STATMSG_TILETYPE = "Tile type: " |
const char *const | STATMSG_CSCOUNT = "\n\tNumber of PIP control sets: " |
const char *const | STATMSG_CSHEADER = "\tPIP control set " |
const char *const | STATMSG_BITOFFSETS = ":\n\t\tBit offsets: " |
const char *const | STATMSG_BITVALUES = "\n\t\tBit values:\n" |
const char *const | STATMSG_NOTISOLATED = "NOT ISOLATED" |
const char *const | STATMSG_ZEROED = "ZEROED" |
const char *const | STATMSG_OUTOF = " out of " |
const char *const | STATMSG_PIPSISOLATED = "PIPs isolated: " |
const char *const | STATMSG_PIPSZEROED = "PIPs zeroed: " |
const char *const | STATMSG_PIPSNOTISOLATED = "PIPs not isolated: " |
const char *const | STATMSG_PERCENTBEGIN = " (" |
const char *const | STATMSG_PERCENTEND = "%)" |
const char *const | STATMSG_PIPINDENT = "\t\t\t" |
const char *const | STATMSG_ENDP = "\n\n" |
const char *const | STATMSG_COMMA = ", " |
const char *const | STATMSG_COLON = ": " |
const char | STATMSG_SPACE = ' ' |
const char | STATMSG_INDENTCHAR = '\t' |
const char | STATMSG_ENDLN = '\n' |
Contains definition of DeviceCfgDbStats class.
Definition in file DeviceCfgDbStats.cpp.
const char* const STATMSG_TILETYPE = "Tile type: " |
Definition at line 13 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_CSCOUNT = "\n\tNumber of PIP control sets: " |
Definition at line 14 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_CSHEADER = "\tPIP control set " |
Definition at line 15 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_BITOFFSETS = ":\n\t\tBit offsets: " |
Definition at line 16 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_BITVALUES = "\n\t\tBit values:\n" |
Definition at line 17 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_NOTISOLATED = "NOT ISOLATED" |
Definition at line 18 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_ZEROED = "ZEROED" |
Definition at line 19 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_OUTOF = " out of " |
Definition at line 20 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_PIPSISOLATED = "PIPs isolated: " |
Definition at line 21 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_PIPSZEROED = "PIPs zeroed: " |
Definition at line 22 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_PIPSNOTISOLATED = "PIPs not isolated: " |
Definition at line 23 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_PERCENTBEGIN = " (" |
Definition at line 24 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_PERCENTEND = "%)" |
Definition at line 25 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_PIPINDENT = "\t\t\t" |
Definition at line 26 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_ENDP = "\n\n" |
Definition at line 27 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_COMMA = ", " |
Definition at line 28 of file DeviceCfgDbStats.cpp.
const char* const STATMSG_COLON = ": " |
Definition at line 29 of file DeviceCfgDbStats.cpp.
const char STATMSG_SPACE = ' ' |
Definition at line 30 of file DeviceCfgDbStats.cpp.
const char STATMSG_INDENTCHAR = '\t' |
Definition at line 31 of file DeviceCfgDbStats.cpp.
const char STATMSG_ENDLN = '\n' |
Definition at line 32 of file DeviceCfgDbStats.cpp.