![]() |
VR-Forces 5.0.2 Developer's Guide
|
Object which registers callbacks with a DtExerciseConn to monitor for VR-Forces radio messages, and passes them though to any callbacks registered. The different type of radio message transporters that are used in VR-Forces are used by this listener to monitor for messages.

Public Member Functions | |
| virtual | ~DtVrfSignalMessageProcessor () |
| virtual void | installSelf (DtRadioMessageListener &rml) |
| bool | enabled () const |
| virtual void | setEnabled (bool bIsEnabled) |
| const std::string & | name () const |
| void | setName (const std::string &sName) |
Static Public Member Functions | |
| static DtVrfSignalMessageProcessor * | create (const char *pName) |
Protected Member Functions | |
| DtVrfSignalMessageProcessor (const char *pName) | |
| virtual bool | init () |
Protected Attributes | |
| bool | myEnabled |
| std::string | myName |
Private Member Functions | |
| DtVrfSignalMessageProcessor (const DtVrfSignalMessageProcessor &orig) | |
| DtVrfSignalMessageProcessor & | operator= (const DtVrfSignalMessageProcessor &orig) |
|
private |
Not implemented.
|
protected |
virtual consruction
Use create() instead.
|
virtual |
DTOR.
|
private |
Not implemented.
|
protectedvirtual |
Virtual initialization, called from create();.
Reimplemented in DtVrfTransporterSignalProcessor.
|
inline |
status accessor/mutator
References myEnabled.
|
virtual |
status accessor/mutator
Reimplemented in DtVrfTransporterSignalProcessor.
|
virtual |
Using resources provided by listener, get processor up and running. Invoked by DtRadioMessageListener::installMessageProcessor.
Reimplemented in DtVrfTransporterSignalProcessor.
|
inline |
Name accessor/mutator.
References myName.
|
inline |
Name accessor/mutator.
References myName.
|
static |
statics
Instantiates DtVrfSignalMessageProcessor, invokes init(). Derived types should also instantiate an object, invoke init(), and return the specialized type.