![]() |
MAK Data Logger API Documentation for DIS
|
Base class for handling commands and responses. More...
Inheritance diagram for MAKLogger::DtRemoteControlDomainInterface:
Collaboration diagram for MAKLogger::DtRemoteControlDomainInterface:Public Member Functions | |
| DtRemoteControlDomainInterface (DtRemoteControlInterface *remoteControlInterface, int domainId) | |
| Constructor. More... | |
| virtual | ~DtRemoteControlDomainInterface () |
| Destructor. More... | |
| virtual void | commandAccepted (DtSequenceNumber sequenceNumber) |
| Command accepted. More... | |
| virtual void | commandRejected (const DtEntityIdentifier &source, DtSequenceNumber sequenceNumber) |
| Command rejected. More... | |
| virtual void | commandTimedOut (DtSequenceNumber sequenceNumber) |
| Command timedOut. More... | |
| virtual void | processResponse (const DtLgrResponsePdu &responsePdu)=0 |
| Process a playback response PDU. More... | |
| virtual DtLgrCommandId | lastSentCommand () const |
| The last sent command ID. More... | |
| virtual const DtEntityIdSet & | sourcesPendingResponse () const |
| Get the sources whose response is pending. More... | |
| virtual void | setSourcesPendingResponse (const DtEntityIdSet &sourceIds) |
| Set the sources whose response is pending. More... | |
| virtual bool | isResponsePending () const |
| At least one source is pending response. More... | |
| virtual const DtSequenceNumberSet & | pendingCommands () const |
| Pending command sequence number Sequence number equal to 0 indicates command not pending. More... | |
| virtual void | clearPendingCommand (DtSequenceNumber number=0) |
| Clear pending command sequence number Clear all if number = 0. More... | |
| virtual const DtString & | boolToString (bool value) const |
| Convert the bool value to a string. More... | |
Protected Attributes | |
| int | myDomainId |
| DtString | myDomainName |
| DtRemoteControlInterface * | myInterface |
| DtEntityIdSet | mySourcesPendingResponse |
| DtSequenceNumberSet | myPendingCommands |
| DtLgrCommandId | myLastSentCommand |
| const DtString | myTrueString |
| const DtString | myFalseString |
Private Member Functions | |
| DtRemoteControlDomainInterface (const DtRemoteControlDomainInterface &) | |
| Not Implemented. More... | |
| DtRemoteControlDomainInterface & | operator= (const DtRemoteControlDomainInterface &) |
| Not Implemented. More... | |
Base class for handling commands and responses.
| MAKLogger::DtRemoteControlDomainInterface::DtRemoteControlDomainInterface | ( | DtRemoteControlInterface * | remoteControlInterface, |
| int | domainId | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
private |
Not Implemented.
|
virtual |
Convert the bool value to a string.
|
virtual |
Clear pending command sequence number Clear all if number = 0.
|
virtual |
Command accepted.
|
virtual |
Command rejected.
|
virtual |
Command timedOut.
|
virtual |
At least one source is pending response.
|
virtual |
The last sent command ID.
|
private |
Not Implemented.
|
virtual |
Pending command sequence number Sequence number equal to 0 indicates command not pending.
Note: This value is stale for a rejected command unless manually cleared or replaced with a new command.
|
pure virtual |
Process a playback response PDU.
Implemented in MAKLogger::DtRemoteControlPlaybackInterface, MAKLogger::DtRemoteControlRecordInterface, MAKLogger::DtRemoteControlSystemInterface, MAKLogger::DtRemoteControlSharedInterface, MAKLogger::DtRemoteControlEditorInterface, and MAKLogger::DtRemoteControlSimulationInterface.
|
virtual |
Set the sources whose response is pending.
|
virtual |
Get the sources whose response is pending.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |