Classes | |
struct | TopicInfo |
Public Member Functions | |
PTZI (OptionManager &mgr, const std::string &descrName="PTZService", const std::string &tagName="PTZService") | |
virtual void | start2 () |
This is called from within start() after the subcomponents have started. | |
virtual void | evolve (const SimEvents::EventMessagePtr &eMsg, const Ice::Current &) |
void | initSimEvents (Ice::CommunicatorPtr icPtr, Ice::ObjectPrx objectPrx) |
void | unsubscribeSimEvents () |
void | moveCameraToTarget (Point2D< int > targetLoc) |
Definition at line 66 of file PTZService.H.
void PTZI::start2 | ( | ) | [virtual] |
This is called from within start() after the subcomponents have started.
Reimplemented from ModelComponent.
Definition at line 70 of file PTZService.C.