10 #ifndef NULL_COMPONENT_H 11 #define NULL_COMPONENT_H 13 #include <rtm/idl/BasicDataType.hh> 14 #include <rtm/idl/ExtendedDataTypes.hh> 15 #include <semaphore.h> 17 #include <rtm/DataFlowComponentBase.h> 21 #include <rtm/idl/BasicDataTypeSkel.h> 22 #include <rtm/idl/ExtendedDataTypesSkel.h> 56 virtual RTC::ReturnCode_t onInitialize();
103 void getCommand(StateHolderService::Command &
com);
105 void wait(CORBA::Double tm);
182 #endif // NULL_COMPONENT_H TimeKeeperService_impl m_service1
StateHolderService_impl m_service0
RTC::CorbaPort m_StateHolderServicePort
InPort< TimedDoubleSeq > m_tqIn
OutPort< TimedPoint3D > m_basePosOut
TimedDoubleSeq m_optionalData
InPort< TimedPoint3D > m_basePosIn
OutPort< TimedDoubleSeq > m_tqOut
std::vector< InPort< TimedDoubleSeq > * > m_wrenchesIn
TimedOrientation3D m_baseRpy
OutPort< TimedOrientation3D > m_baseRpyOut
RTC::CorbaPort m_TimeKeeperServicePort
OutPort< TimedDoubleSeq > m_qOut
OutPort< TimedDoubleSeq > m_optionalDataOut
ExecutionContextHandle_t UniqueId
InPort< TimedDoubleSeq > m_optionalDataIn
void StateHolderInit(RTC::Manager *manager)
InPort< TimedOrientation3D > m_baseRpyIn
OutPort< TimedPose3D > m_basePoseOut
std::vector< OutPort< TimedDoubleSeq > * > m_wrenchesOut
InPort< TimedDoubleSeq > m_qIn
TimedDoubleSeq m_baseTform
InPort< TimedPoint3D > m_zmpIn
OutPort< TimedPoint3D > m_zmpOut
OutPort< TimedDoubleSeq > m_baseTformOut
TimedDoubleSeq m_currentQ
InPort< TimedDoubleSeq > m_currentQIn
std::vector< TimedDoubleSeq > m_wrenches
RT component that do nothing and don't have ports. This component is used to create an execution cont...