PtzInterface Class Reference
#include <PtzInterface.hh>
Detailed Description
PTZ InterfacePublic Member Functions | |
PtzInterface (player_devaddr_t addr, GazeboDriver *driver, ConfigFile *cf, int section) | |
virtual | ~PtzInterface () |
virtual int | ProcessMessage (QueuePointer &respQueue, player_msghdr_t *hdr, void *data) |
virtual void | Update () |
virtual void | Subscribe () |
virtual void | Unsubscribe () |
Constructor & Destructor Documentation
PtzInterface | ( | player_devaddr_t | addr, | |
GazeboDriver * | driver, | |||
ConfigFile * | cf, | |||
int | section | |||
) |
Constructor
virtual ~PtzInterface | ( | ) | [virtual] |
Destructor
Member Function Documentation
virtual int ProcessMessage | ( | QueuePointer & | respQueue, | |
player_msghdr_t * | hdr, | |||
void * | data | |||
) | [virtual] |
Handle all messages. This is called from GazeboDriver
virtual void Update | ( | ) | [virtual] |
Update this interface, publish new info.
virtual void Subscribe | ( | ) | [virtual] |
Open a SHM interface when a subscription is received. \ This is called fromGazeboDriver::Subscribe
virtual void Unsubscribe | ( | ) | [virtual] |
Close a SHM interface. This is called from \ GazeboDriver::Unsubscribe
The documentation for this class was generated from the following file: