#include <p_driver.h>
Public Member Functions | |
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 int | ProcessMessage (QueuePointer &resp_queue, player_msghdr_t *hdr, void *data) |
virtual void | Publish (void) |
virtual void | Subscribe (QueuePointer &queue) |
virtual void | Unsubscribe (QueuePointer &queue) |
virtual | ~Interface (void) |
Protected Attributes | |
Stg::Model * | mod |
Private Attributes | |
bool | subscribed |
Additional Inherited Members | |
![]() | |
player_devaddr_t | addr |
StgDriver * | driver |
Definition at line 83 of file p_driver.h.
InterfaceModel::InterfaceModel | ( | player_devaddr_t | addr, |
StgDriver * | driver, | ||
ConfigFile * | cf, | ||
int | section, | ||
const std::string & | type | ||
) |
Definition at line 227 of file p_driver.cc.
|
inlinevirtual |
Definition at line 90 of file p_driver.h.
|
virtual |
Reimplemented from Interface.
Definition at line 259 of file p_driver.cc.
|
virtual |
Reimplemented from Interface.
Definition at line 267 of file p_driver.cc.
|
protected |
Definition at line 95 of file p_driver.h.
|
private |
Definition at line 98 of file p_driver.h.