GATE
gate::MsgQueue Class Reference
Inheritance diagram for gate::MsgQueue:
gate::Startable gate::ObjectImpl< gate_startable_t > gate::Object

Public Types

typedef gate_msgqueue_target_id_t target_id_t
 
typedef gate_msgqueue_subscription_id_t subscription_id_t
 
typedef gate_msgqueue_receiver_t receiver_callback_t
 
- Public Types inherited from gate::ObjectImpl< gate_startable_t >
typedef gate_startable_t impl_t
 
typedef ObjectImpl< gate_startable_tobject_impl_t
 

Public Member Functions

 MsgQueue (gate_msgqueue_t *ptr_queue)
 
 MsgQueue (MsgQueue const &src)
 
MsgQueueoperator= (MsgQueue const &src)
 
gate_msgqueue_tc_impl () const noexcept
 
target_id_t addTarget (String const &address)
 
String getTarget (target_id_t targetID)
 
target_id_t resolveTarget (String const &address)
 
void removeTarget (target_id_t targetID)
 
void publish (target_id_t targetID, uint32_t messageType, void const *data, size_t length)
 
subscription_id_t subscribe (target_id_t targetID, receiver_callback_t callback, void *user_param)
 
subscription_id_t subscribe (target_id_t targetID, MsgQueueSink *ptr_sink)
 
void unsubscribe (subscription_id_t subscriptionID)
 
- Public Member Functions inherited from gate::Startable
 Startable (gate_startable_t *obj)
 
 Startable (Startable const &src)
 
Startableoperator= (Startable const &src)
 
void start ()
 
void stop ()
 
enumint_t getStatus ()
 
- Public Member Functions inherited from gate::ObjectImpl< gate_startable_t >
 ObjectImpl (impl_t *impl) noexcept
 
 ObjectImpl (ObjectImpl const &src) noexcept
 
ObjectImploperator= (ObjectImpl const &that) noexcept
 
impl_tc_impl () const noexcept
 
- Public Member Functions inherited from gate::Object
 Object (gate_object_ptr_t obj_ptr) noexcept
 
 Object (Object const &obj) noexcept
 
Objectoperator= (Object const &obj) noexcept
 
String getInterfaceName ()
 
gate_object_ptr_t c_impl () noexcept
 
bool_t operator! () const noexcept
 
bool_t empty () const noexcept
 

Additional Inherited Members

- Protected Member Functions inherited from gate::ObjectImpl< gate_startable_t >
void swap (object_impl_t &that) noexcept
 
- Protected Member Functions inherited from gate::Object
void swap (Object &that) noexcept
 
- Protected Attributes inherited from gate::ObjectImpl< gate_startable_t >
impl_timpl_ptr
 

The documentation for this class was generated from the following files: