#include <p_driver.h>
Public Member Functions | |
InterfacePtz (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 | ~InterfacePtz (void) |
Definition at line 265 of file p_driver.h.
InterfacePtz::InterfacePtz | ( | player_devaddr_t | addr, |
StgDriver * | driver, | ||
ConfigFile * | cf, | ||
int | section | ||
) |
virtual InterfacePtz::~InterfacePtz | ( | void | ) | [inline, virtual] |
Definition at line 269 of file p_driver.h.
virtual int InterfacePtz::ProcessMessage | ( | QueuePointer & | resp_queue, |
player_msghdr * | hdr, | ||
void * | data | ||
) | [virtual] |
virtual void InterfacePtz::Publish | ( | void | ) | [virtual] |
Reimplemented from Interface.