57 self.
_rtcout = OpenRTM_aist.Manager.instance().getLogbuf(
"OutPortConnector")
88 self._rtcout.RTC_TRACE(
"profile()")
106 self._rtcout.RTC_TRACE(
"id() = %s", self.
profile().id)
125 self._rtcout.RTC_TRACE(
"name() = %s", self.
profile().name)
133 if self._profile.properties.hasKey(
"serializer"):
134 endian = self._profile.properties.getProperty(
"serializer.cdr.endian")
136 self._rtcout.RTC_ERROR(
"InPortConnector.setConnectorInfo(): endian is not supported.")
139 endian = OpenRTM_aist.split(endian,
",")
140 endian = OpenRTM_aist.normalize(endian)
142 if endian ==
"little":
144 elif endian ==
"big":
I£îPortConnector base class.
def name(self)
Getting Connector name.
def __del__(self)
Destructor.
def id(self)
Getting Connector ID.
def profile(self)
Getting ConnectorInfo.
def setConnectorInfo(self, info)
def __init__(self, info)
ConstructorOutPortConnector(ConnectorInfo& info);.
def profile(self)
Getting Profile.