Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JDB Namespace Reference

Classes

struct  JDatalogs_t
 Container for datalog strings. More...
 
struct  JDatalogString
 Auxiliary data structure for datalog strings. More...
 
struct  JKeywords
 Auxiliary data structure for selecting data. 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.
 
const JKeywords IGNORED_PARAMETER_NAMES
 Ignored parameter names.
 

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.

148 {
149 "3.4.3.2",
150 "Born",
151 "Died",
152 "LocalAuthenticationProvider",
153 "MasterControlProgram",
154 "MSG",
155 "RC_LOG",
156 "RC_REPLY",
157 "TriDASManager"
158 };

◆ IGNORED_PARAMETER_NAMES

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

Ignored parameter names.

Definition at line 164 of file JDatalogString.hh.

164 {
165 //"DispatcherPutMessage"
166 "DispatchMessage"
167 };