#include <VirtualRobotPortHandler.h>
Public Member Functions | |
virtual void | inputDataFromSimulator (Controller_impl *controller) |
SensorDataOutPortHandler (PortInfo &info) | |
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::TimedDoubleSeq > | outPort |
Public Attributes inherited from OutPortHandler | |
double | stepTime |
Public Attributes inherited from PortHandler | |
std::string | portName |
Port_Service_Var_Type | portRef |
Private Attributes | |
std::vector< std::string > | sensorName |
RTC::TimedDoubleSeq | value |
Definition at line 123 of file VirtualRobotPortHandler.h.
SensorDataOutPortHandler::SensorDataOutPortHandler | ( | PortInfo & | info | ) |
Definition at line 178 of file VirtualRobotPortHandler.cpp.
|
virtual |
Implements OutPortHandler.
Definition at line 187 of file VirtualRobotPortHandler.cpp.
|
virtual |
Implements OutPortHandler.
Definition at line 205 of file VirtualRobotPortHandler.cpp.
RTC::OutPort<RTC::TimedDoubleSeq> SensorDataOutPortHandler::outPort |
Definition at line 129 of file VirtualRobotPortHandler.h.
|
private |
Definition at line 132 of file VirtualRobotPortHandler.h.
|
private |
Definition at line 131 of file VirtualRobotPortHandler.h.