#include <p_driver.h>
|
| InterfaceLocalize (player_devaddr_t addr, StgDriver *driver, ConfigFile *cf, int section) |
|
virtual int | ProcessMessage (QueuePointer &resp_queue, player_msghdr_t *hdr, void *data) |
|
virtual void | Publish (void) |
|
virtual | ~InterfaceLocalize (void) |
|
| InterfaceModel (player_devaddr_t addr, StgDriver *driver, ConfigFile *cf, int section, const std::string &type) |
|
virtual void | StageSubscribe (void) |
|
virtual void | StageUnsubscribe (void) |
|
virtual | ~InterfaceModel (void) |
|
| Interface (player_devaddr_t addr, StgDriver *driver, ConfigFile *cf, int section) |
|
virtual void | Subscribe (QueuePointer &queue) |
|
virtual void | Unsubscribe (QueuePointer &queue) |
|
virtual | ~Interface (void) |
|
Definition at line 228 of file p_driver.h.
◆ InterfaceLocalize()
InterfaceLocalize::InterfaceLocalize |
( |
player_devaddr_t |
addr, |
|
|
StgDriver * |
driver, |
|
|
ConfigFile * |
cf, |
|
|
int |
section |
|
) |
| |
◆ ~InterfaceLocalize()
virtual InterfaceLocalize::~InterfaceLocalize |
( |
void |
| ) |
|
|
inlinevirtual |
◆ ProcessMessage()
virtual int InterfaceLocalize::ProcessMessage |
( |
QueuePointer & |
resp_queue, |
|
|
player_msghdr_t * |
hdr, |
|
|
void * |
data |
|
) |
| |
|
virtual |
◆ Publish()
virtual void InterfaceLocalize::Publish |
( |
void |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: