#include <VirtualRobotPortHandler.h>
Public Member Functions | |
DepthImageOutPortHandler (PortInfo &info) | |
virtual void | inputDataFromSimulator (Controller_impl *controller) |
virtual void | writeDataToPort () |
Public Member Functions inherited from OutPortHandler | |
OutPortHandler (PortInfo &info) | |
template<class T > | |
void | setTime (T &value, double _time) |
Public Member Functions inherited from PortHandler | |
PortHandler (PortInfo &info) | |
virtual | ~PortHandler () |
Public Attributes | |
RTC::OutPort< RTC::TimedFloatSeq > | outPort |
Public Attributes inherited from OutPortHandler | |
double | stepTime |
Public Attributes inherited from PortHandler | |
std::string | portName |
Port_Service_Var_Type | portRef |
Private Attributes | |
int | cameraId |
RTC::TimedFloatSeq | image |
Definition at line 186 of file VirtualRobotPortHandler.h.
DepthImageOutPortHandler::DepthImageOutPortHandler | ( | PortInfo & | info | ) |
Definition at line 315 of file VirtualRobotPortHandler.cpp.
|
virtual |
Implements OutPortHandler.
Definition at line 324 of file VirtualRobotPortHandler.cpp.
|
virtual |
Implements OutPortHandler.
Definition at line 332 of file VirtualRobotPortHandler.cpp.
|
private |
Definition at line 195 of file VirtualRobotPortHandler.h.
|
private |
Definition at line 194 of file VirtualRobotPortHandler.h.
RTC::OutPort<RTC::TimedFloatSeq> DepthImageOutPortHandler::outPort |
Definition at line 192 of file VirtualRobotPortHandler.h.