![]() |
MAK Data Logger API Documentation for DIS
|
The definition of a command and it's parameters. More...
Collaboration diagram for MAKLogger::DtCommandDefinition:Public Member Functions | |
| DtCommandDefinition (DtLgrCommandType, DtLgrCommandId, DtString, bool commandLine=true) | |
| DtLgrCommandType | type () const |
| DtLgrCommandId | id () const |
| void | setUniqueId (DtLgrCommandType, DtLgrCommandId) |
| DtLgrCommandUniqueId | uniqueId () const |
| void | setName (const DtString &) |
| DtString | name () const |
| DtParameterList & | parameters () |
| const DtParameterList & | parameters () const |
| bool | accessViaCommandLine () const |
Protected Attributes | |
| bool | myAccessViaCommandLine |
| DtCommandDefinitionPair | myDefinition |
The definition of a command and it's parameters.
| MAKLogger::DtCommandDefinition::DtCommandDefinition | ( | DtLgrCommandType | , |
| DtLgrCommandId | , | ||
| DtString | , | ||
| bool | commandLine = true |
||
| ) |
| bool MAKLogger::DtCommandDefinition::accessViaCommandLine | ( | ) | const |
| DtLgrCommandId MAKLogger::DtCommandDefinition::id | ( | ) | const |
| DtString MAKLogger::DtCommandDefinition::name | ( | ) | const |
| DtParameterList& MAKLogger::DtCommandDefinition::parameters | ( | ) |
| const DtParameterList& MAKLogger::DtCommandDefinition::parameters | ( | ) | const |
| void MAKLogger::DtCommandDefinition::setName | ( | const DtString & | ) |
| void MAKLogger::DtCommandDefinition::setUniqueId | ( | DtLgrCommandType | , |
| DtLgrCommandId | |||
| ) |
| DtLgrCommandType MAKLogger::DtCommandDefinition::type | ( | ) | const |
| DtLgrCommandUniqueId MAKLogger::DtCommandDefinition::uniqueId | ( | ) | const |
|
protected |
|
protected |