20 #ifndef RTC_OUTPORTCORBACDRCONSUMER_H
21 #define RTC_OUTPORTCORBACDRCONSUMER_H
23 #include <rtm/idl/DataPortSkel.h>
216 virtual ReturnCode
get(cdrMemoryStream& data);
269 OutPortConsumer::ReturnCode convertReturn(::OpenRTM::PortStatus status,
270 const cdrMemoryStream& data);
281 inline void onBufferWrite(
const cdrMemoryStream& data)
296 inline void onBufferFull(
const cdrMemoryStream& data)
311 inline void onReceived(
const cdrMemoryStream& data)
314 connectorData_[
ON_RECEIVED].notify(m_profile, data);
326 inline void onReceiverFull(
const cdrMemoryStream& data)
339 inline void onSenderEmpty()
352 inline void onSenderTimeout()
365 inline void onSenderError()
396 #endif // RTC_OUTPORTCORBACDRCONSUMER_H