![]() |
VR-Forces 4.10 Class Documentation
|
Object which registers callbacks with a DtExerciseConn to monitor for VR-Forces radio messages, and passes them though to any callbacks registered. More...

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