#include <p_driver.h>

Public Member Functions | |
| InterfaceSimulation (player_devaddr_t addr, StgDriver *driver, ConfigFile *cf, int section) | |
| virtual int | ProcessMessage (QueuePointer &resp_queue, player_msghdr_t *hdr, void *data) |
| virtual | ~InterfaceSimulation (void) |
Public Member Functions inherited from Interface | |
| Interface (player_devaddr_t addr, StgDriver *driver, ConfigFile *cf, int section) | |
| virtual void | Publish (void) |
| virtual void | StageSubscribe (void) |
| virtual void | StageUnsubscribe (void) |
| virtual void | Subscribe (QueuePointer &queue) |
| virtual void | Unsubscribe (QueuePointer &queue) |
| virtual | ~Interface (void) |
Additional Inherited Members | |
Public Attributes inherited from Interface | |
| player_devaddr_t | addr |
| StgDriver * | driver |
Definition at line 75 of file p_driver.h.
| InterfaceSimulation::InterfaceSimulation | ( | player_devaddr_t | addr, |
| StgDriver * | driver, | ||
| ConfigFile * | cf, | ||
| int | section | ||
| ) |
Definition at line 70 of file p_simulation.cc.
|
inlinevirtual |
Definition at line 78 of file p_driver.h.
|
virtual |
Reimplemented from Interface.
Definition at line 78 of file p_simulation.cc.