20 #ifndef RTC_OUTPORTCORBACDRPROVIDER_H
21 #define RTC_OUTPORTCORBACDRPROVIDER_H
23 #include <rtm/idl/DataPortSkel.h>
32 #pragma warning( disable : 4290 )
63 public virtual ::POA_OpenRTM::OutPortCdr,
64 public virtual PortableServer::RefCountServantBase
243 virtual ::OpenRTM::PortStatus
get(::OpenRTM::CdrData_out data)
244 throw (CORBA::SystemException);
256 const cdrMemoryStream& data);
268 inline void onBufferRead(
const cdrMemoryStream& data)
283 inline void onSend(
const cdrMemoryStream& data)
286 connectorData_[
ON_SEND].notify(m_profile, data);
296 inline void onBufferEmpty()
309 inline void onBufferReadTimeout()
322 inline void onSenderEmpty()
335 inline void onSenderTimeout()
348 inline void onSenderError()
356 ::OpenRTM::OutPortCdr_var m_objref;
382 #pragma warning( default : 4290 )
385 #endif // RTC_OUTPORTCORBACDRPROVIDER_H