|
std::string | ctd::defines::GenUniqueId (const std::string &prefix="") |
| Generate a unique UUID based ID. A prefix may be prepended, if requested. More...
|
|
DataType | ctd::defines::IfwDataTypeToNumeric (const std::string &data_type) |
| Data type IFW string representation to IFW numeric representation. More...
|
|
std::string | ctd::defines::IfwDataTypeToString (const DataType data_type) |
| Data type IFW numeric representation to IFW string representation. More...
|
|
void | IFW_DEBUG (const char *format,...) |
| Print out a temporary debug log. These kind of logs should be removed from the code. More...
|
|