#include <p_driver.h>
Public Member Functions | |
InterfaceActArray (player_devaddr_t addr, StgDriver *driver, ConfigFile *cf, int section) | |
virtual int | ProcessMessage (QueuePointer &resp_queue, player_msghdr *hdr, void *data) |
virtual void | Publish (void) |
virtual | ~InterfaceActArray (void) |
Definition at line 241 of file p_driver.h.
InterfaceActArray::InterfaceActArray | ( | player_devaddr_t | addr, |
StgDriver * | driver, | ||
ConfigFile * | cf, | ||
int | section | ||
) |
Definition at line 44 of file p_actarray.cc.
virtual InterfaceActArray::~InterfaceActArray | ( | void | ) | [inline, virtual] |
Definition at line 245 of file p_driver.h.
int InterfaceActArray::ProcessMessage | ( | QueuePointer & | resp_queue, |
player_msghdr * | hdr, | ||
void * | data | ||
) | [virtual] |
Definition at line 54 of file p_actarray.cc.
void InterfaceActArray::Publish | ( | void | ) | [virtual] |
Reimplemented from Interface.
Definition at line 116 of file p_actarray.cc.