fw4spl
fwServices::helper::ProxyConnections Struct Reference

Helper class to register proxy connections. More...

#include <ProxyConnections.hpp>

+ Collaboration diagram for fwServices::helper::ProxyConnections:

Public Types

typedef std::pair< std::string,::fwCom::Signals::SignalKeyType > SignalInfoType
 
typedef std::pair< std::string,::fwCom::Slots::SlotKeyType > SlotInfoType
 
typedef std::vector< SlotInfoType > SlotInfoContainerType
 
typedef std::string UIDType
 
typedef std::string KeyType
 
typedef std::pair< UIDType, KeyType > ProxyEltType
 
typedef std::vector< ProxyEltType > ProxyEltVectType
 

Public Member Functions

 ProxyConnections (const std::string &channel)
 
void addSignalConnection (UIDType uid, KeyType key)
 
void addSignalConnection (const SignalInfoType &pair)
 
void addSlotConnection (UIDType uid, KeyType key)
 
void addSlotConnection (const SlotInfoType &pair)
 
bool empty () const
 

Public Attributes

std::string m_channel
 
ProxyEltVectType m_slots
 
ProxyEltVectType m_signals
 

Detailed Description

Helper class to register proxy connections.

Definition at line 22 of file ProxyConnections.hpp.


The documentation for this struct was generated from the following file: