OpenRTM-aist
2.1.0
Toggle main menu visibility
Loading...
Searching...
No Matches
RTCUtil.h
Go to the documentation of this file.
1
// -*- C++ -*-
19
20
#ifndef RTCUtil_h
21
#define RTCUtil_h
22
23
#include <rtm/idl/RTCSkel.h>
24
#include <rtm/idl/OpenRTMSkel.h>
25
53
namespace
RTC_Utils
54
{
87
bool
isDataFlowComponent
(CORBA::Object_ptr obj);
88
122
bool
isFsmParticipant
(CORBA::Object_ptr obj);
123
156
bool
isFsmObject
(CORBA::Object_ptr obj);
157
190
bool
isMultiModeObject
(CORBA::Object_ptr obj);
191
}
// namespace RTC_Utils
192
#endif
// RTCUtil_h
RTC_Utils
Utility functions for RT-Component.
RTC_Utils::isFsmObject
bool isFsmObject(CORBA::Object_ptr obj)
Confirm whether specified RT-Component is Fsm.
RTC_Utils::isFsmParticipant
bool isFsmParticipant(CORBA::Object_ptr obj)
Confirm whether specified RT-Component is FsmParticipant.
RTC_Utils::isDataFlowComponent
bool isDataFlowComponent(CORBA::Object_ptr obj)
Confirm whether specified RT-Component is DataFlowComponent.
RTC_Utils::isMultiModeObject
bool isMultiModeObject(CORBA::Object_ptr obj)
Confirm whether specified RT-Component is multiModeComponent.
Generated by
1.17.0