#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) |
Definition at line 85 of file p_driver.h.
| InterfaceSimulation::InterfaceSimulation | ( | player_devaddr_t | addr, |
| StgDriver * | driver, | ||
| ConfigFile * | cf, | ||
| int | section | ||
| ) |
Definition at line 74 of file p_simulation.cc.
| virtual InterfaceSimulation::~InterfaceSimulation | ( | void | ) | [inline, virtual] |
Definition at line 89 of file p_driver.h.
| int InterfaceSimulation::ProcessMessage | ( | QueuePointer & | resp_queue, |
| player_msghdr_t * | hdr, | ||
| void * | data | ||
| ) | [virtual] |
Reimplemented from Interface.
Definition at line 156 of file p_simulation.cc.