Classes Files

com::wombat::mama::MamaPayloadType

More…

Public Attributes

  Name
final char MAMA_PAYLOAD_SOLACE
final char MAMA_PAYLOAD_V5
final char MAMA_PAYLOAD_AVIS
final char MAMA_PAYLOAD_TICK42BLP
final char MAMA_PAYLOAD_FAST
final char MAMA_PAYLOAD_RAI
final char MAMA_PAYLOAD_KWANTUM
final char MAMA_PAYLOAD_UMS
final char MAMA_PAYLOAD_INRUSH
final char MAMA_PAYLOAD_TICK42RMDS
final char MAMA_PAYLOAD_QPID
final char MAMA_PAYLOAD_TIBRV
final char MAMA_PAYLOAD_IBMWFO
final char MAMA_PAYLOAD_ACTIV
final char MAMA_PAYLOAD_VULCAN
final char MAMA_PAYLOAD_WOMBAT_MSG
final char MAMA_PAYLOAD_EXEGY
final char MAMA_PAYLOAD_UNKNOWN

Detailed Description

class com::wombat::mama::MamaPayloadType;

Class to define payload types

Public Attributes Documentation

variable MAMA_PAYLOAD_SOLACE

static final char MAMA_PAYLOAD_SOLACE =   '1';

Solace Message

variable MAMA_PAYLOAD_V5

static final char MAMA_PAYLOAD_V5 =   '5';

V5 Message

variable MAMA_PAYLOAD_AVIS

static final char MAMA_PAYLOAD_AVIS =   'A';

AVIS Message

variable MAMA_PAYLOAD_TICK42BLP

static final char MAMA_PAYLOAD_TICK42BLP =   'B';

Tick42 BLP Message

variable MAMA_PAYLOAD_FAST

static final char MAMA_PAYLOAD_FAST =   'F';

FAST Message

variable MAMA_PAYLOAD_RAI

static final char MAMA_PAYLOAD_RAI =   'I';

RAI Message

variable MAMA_PAYLOAD_KWANTUM

static final char MAMA_PAYLOAD_KWANTUM =   'K';

KWANTUM Message

variable MAMA_PAYLOAD_UMS

static final char MAMA_PAYLOAD_UMS =   'L';

UMS Message

variable MAMA_PAYLOAD_INRUSH

static final char MAMA_PAYLOAD_INRUSH =   'N';

Inrush Message

variable MAMA_PAYLOAD_TICK42RMDS

static final char MAMA_PAYLOAD_TICK42RMDS =   'P';

Tick42 RMDS Message

variable MAMA_PAYLOAD_QPID

static final char MAMA_PAYLOAD_QPID =   'Q';

QPID Message

variable MAMA_PAYLOAD_TIBRV

static final char MAMA_PAYLOAD_TIBRV =   'R';

TIBRV Message

variable MAMA_PAYLOAD_IBMWFO

static final char MAMA_PAYLOAD_IBMWFO =   'S';

IBMWFO Message

variable MAMA_PAYLOAD_ACTIV

static final char MAMA_PAYLOAD_ACTIV =   'T';

ACTIV Message

variable MAMA_PAYLOAD_VULCAN

static final char MAMA_PAYLOAD_VULCAN =   'V';

Vulcan Message

variable MAMA_PAYLOAD_WOMBAT_MSG

static final char MAMA_PAYLOAD_WOMBAT_MSG =   'W';

Wombat Message

variable MAMA_PAYLOAD_EXEGY

static final char MAMA_PAYLOAD_EXEGY =   'X';

Wombat Exegy

variable MAMA_PAYLOAD_UNKNOWN

static final char MAMA_PAYLOAD_UNKNOWN =   'U';

Unknown type


Updated on 2023-03-31 at 15:29:43 +0100