9#ifndef __refinitiv_ema_access_Msg_h
10#define __refinitiv_ema_access_Msg_h
154 friend class OmmConsumerConfigImpl;
155 friend class OmmNiProviderConfigImpl;
156 friend class EmaConfigImpl;
157 friend class EmaConfigServerImpl;
158 friend class OmmNiProviderImpl;
159 friend class OmmIProviderImpl;
160 friend class ItemCallbackClient;
161 friend class DirectoryItem;
162 friend class LoginItem;
163 friend class NiProviderLoginItem;
164 friend class SingleItem;
165 friend class NiProviderSingleItem;
166 friend class IProviderSingleItem;
167 friend class DictionaryItem;
168 friend class NiProviderDictionaryItem;
169 friend class IProviderDictionaryItem;
170 friend class ProviderItem;
171 friend class TunnelItem;
172 friend class TunnelStreamLoginReqMsgImpl;
173 friend class SubItem;
174 friend class MsgDecoder;
175 friend class PackedMsgImpl;
193 Msg& operator=(
const Msg& );
EmaRdm.h file contains RDM constants and definitions.
*|--------------------------------------------------------------------------—
int Int32
represents 32-bit signed integer
unsigned int UInt32
represents 32-bit unsigned integer
unsigned char UInt8
represents 8-bit unsigned integer
unsigned short UInt16
represents 16-bit unsigned integer
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
The ema namespace contains all interfaces and definitions specified for use with EMA.
Attrib conveys message attribute information.
ComplexType class is a parent class from whom all complex data types inherit.
EmaBuffer represents a general use binary buffer.
EmaString class is a container of a null terminated Ascii character string.
Msg class is a parent class for all message representing classes.
const Encoder & getEncoder() const
const EmaBuffer & getExtendedHeader() const
bool hasServiceId() const
void setDecoder(MsgDecoder *)
bool hasExtendedHeader() const
UInt32 getServiceId() const
Int32 getStreamId() const
UInt8 getNameType() const
const Attrib & getAttrib() const
UInt16 getDomainType() const
const EmaString & getName() const
const Payload & getPayload() const
Payload conveys the data part of item image.