33 : rtclog(
"InPortProvier")
65 #endif // ORB_IS_RTORB 81 "dataport.interface_type",
104 RTC_TRACE((
"setInterfaceType(%s)", interface_type));
117 RTC_TRACE((
"setDataFlowType(%s)", dataflow_type));
130 RTC_TRACE((
"setSubscriptionType(%s)", subs_type));
virtual ~InPortProvider(void)
Destructor.
SDOPackage::NVList m_properties
Properties to hold port profile.
bool appendStringValue(SDOPackage::NVList &nv, const char *name, const char *value)
Append the specified string to element of NVList.
std::vector< std::pair< std::string, std::string > > NVList
std::string m_dataflowType
std::string m_interfaceType
#define RTC_DEBUG_STR(str)
std::string m_subscriptionType
std::string toString(const SDOPackage::NVList &nv, const char *name)
Get NVList of specifid name as string.
void setDataFlowType(const char *dataflow_type)
Set the dataflow type.
void append(SDOPackage::NVList &dest, const SDOPackage::NVList &src)
Append an element to NVList.
virtual void publishInterfaceProfile(SDOPackage::NVList &properties)
Publish InterfaceProfile information.
prop
Organization::get_organization_property ();.
void setInterfaceType(const char *interface_type)
Set the interface type.
virtual bool publishInterface(SDOPackage::NVList &properties)
Publish interface information.
bool isStringValue(const SDOPackage::NVList &nv, const char *name, const char *value)
Check whether the value of specified name specified matches the specified string. ...
DATAPORTSTATUS_ENUM InPortProvider()
Constructor.
void setSubscriptionType(const char *subs_type)
Set the subscription type.