#include <p_driver.h>

Public Member Functions | |
| InterfacePosition (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 | ~InterfacePosition (void) |
Definition at line 122 of file p_driver.h.
| InterfacePosition::InterfacePosition | ( | player_devaddr_t | addr, |
| StgDriver * | driver, | ||
| ConfigFile * | cf, | ||
| int | section | ||
| ) |
Definition at line 48 of file p_position.cc.
| virtual InterfacePosition::~InterfacePosition | ( | void | ) | [inline, virtual] |
Definition at line 126 of file p_driver.h.
| int InterfacePosition::ProcessMessage | ( | QueuePointer & | resp_queue, |
| player_msghdr_t * | hdr, | ||
| void * | data | ||
| ) | [virtual] |
Reimplemented from Interface.
Definition at line 58 of file p_position.cc.
| void InterfacePosition::Publish | ( | void | ) | [virtual] |
Reimplemented from Interface.
Definition at line 259 of file p_position.cc.