#include <p_driver.h>

Public Member Functions | |
| InterfaceModel (player_devaddr_t addr, StgDriver *driver, ConfigFile *cf, int section, const std::string &type) | |
| virtual void | Subscribe (void) |
| virtual void | Unsubscribe (void) |
| virtual | ~InterfaceModel (void) |
Protected Attributes | |
| Stg::Model * | mod |
Private Attributes | |
| bool | subscribed |
Definition at line 96 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.
| virtual InterfaceModel::~InterfaceModel | ( | void | ) | [inline, virtual] |
Definition at line 107 of file p_driver.h.
| void InterfaceModel::Subscribe | ( | void | ) | [virtual] |
Reimplemented from Interface.
Definition at line 267 of file p_driver.cc.
| void InterfaceModel::Unsubscribe | ( | void | ) | [virtual] |
Reimplemented from Interface.
Definition at line 276 of file p_driver.cc.
Stg::Model* InterfaceModel::mod [protected] |
Definition at line 115 of file p_driver.h.
bool InterfaceModel::subscribed [private] |
Definition at line 118 of file p_driver.h.