Jpp  master_rocky-40-g5f0272dcd
the software that should make you happy
Classes | Variables
JDB Namespace Reference

Classes

struct  JDatalogString
 Auxiliary data structure for datalog strings. More...
 
struct  JKeywords
 Auxiliary data structure for selecting data. More...
 
struct  JDatalogs_t
 Container for datalog strings. More...
 
struct  JLoggerMessage
 Auxiliary data structure for logger message. More...
 
struct  JReplyMessage
 Auxiliary data structure for reply message. More...
 

Variables

const JKeywords SOURCE_NAMES
 Valid source names. More...
 
const JKeywords IGNORED_PARAMETER_NAMES
 Ignored parameter names. More...
 

Variable Documentation

◆ SOURCE_NAMES

const JKeywords JDB::SOURCE_NAMES
Initial value:
= {
"3.4.3.2",
"Born",
"Died",
"LocalAuthenticationProvider",
"MasterControlProgram",
"MSG",
"RC_LOG",
"RC_REPLY",
"TriDASManager"
}

Valid source names.

Definition at line 148 of file JDatalogString.hh.

◆ IGNORED_PARAMETER_NAMES

const JKeywords JDB::IGNORED_PARAMETER_NAMES
Initial value:
= {
"DispatchMessage"
}

Ignored parameter names.

Definition at line 164 of file JDatalogString.hh.