20 #ifndef RTC_PUBLISHERFLUSH_H 21 #define RTC_PUBLISHERFLUSH_H 23 #include <coil/Condition.h> 206 virtual ::RTC::DataPortStatus::Enum
298 virtual bool isActive();
367 connectorData_[
ON_SEND].notify(m_profile, data);
382 connectorData_[
ON_RECEIVED].notify(m_profile, data);
447 #endif // RTC_PUBLISHERFLUSH_H
ConnectorListeners class.
InPortConsumer abstract class.
InPortConsumer * m_consumer
#define DATAPORTSTATUS_ENUM
Importing RTC::DataPortStatus macro.
void DLL_EXPORT PublisherFlushInit()
void onReceiverError(const cdrMemoryStream &data)
Notify an ON_RECEIVER_ERROR event to listeners.
RT component logger class.
Enum
DataPortStatus return codes.
void onReceived(const cdrMemoryStream &data)
Notify an ON_RECEIVED event to listeners.
coil::Condition< Mutex > Condition
void onSend(const cdrMemoryStream &data)
Notify an ON_SEND event to listners.
void onReceiverTimeout(const cdrMemoryStream &data)
Notify an ON_RECEIVER_TIMEOUT event to listeners.
Condition template class.
prop
Organization::get_organization_property ();.
Class represents a set of properties.
ConnectorListeners * m_listeners
BufferBase abstract class.
coil::Guard< coil::Mutex > Guard
Common Object Interface Layer.
void onReceiverFull(const cdrMemoryStream &data)
Notify an ON_RECEIVER_FULL event to listeners.