m2etis  0.4
m2etis::message::GMSOrderInfo< NetworkType > Class Template Reference

#include <GMSOrderInfo.h>

Inheritance diagram for m2etis::message::GMSOrderInfo< NetworkType >:
Inheritance graph

Public Types

typedef boost::shared_ptr< GMSOrderInfoPtr
 
- Public Types inherited from m2etis::message::OrderInfo
typedef boost::shared_ptr< OrderInfoPtr
 

Public Member Functions

 GMSOrderInfo ()
 
- Public Member Functions inherited from m2etis::message::OrderInfo
 OrderInfo ()
 
virtual ~OrderInfo ()
 

Static Public Member Functions

static bool doSerialize (ActionType)
 serialise for ALL messages More...
 

Public Attributes

uint64_t realTree
 id on which the real Msg was published More...
 
uint64_t msgNr
 globally unique msg id set by root More...
 
uint64_t seqNr
 id used to order msgs on a single link More...
 
uint64_t mT
 main tree for sender More...
 
TYPE type
 type of this message More...
 
NetworkType::Key sender
 initial sender of this msg More...
 

Friends

class boost::serialization::access
 

Detailed Description

template<class NetworkType>
class m2etis::message::GMSOrderInfo< NetworkType >

Definition at line 38 of file GMSOrderInfo.h.

Member Typedef Documentation

template<class NetworkType >
typedef boost::shared_ptr<GMSOrderInfo> m2etis::message::GMSOrderInfo< NetworkType >::Ptr

Definition at line 40 of file GMSOrderInfo.h.

Constructor & Destructor Documentation

template<class NetworkType >
m2etis::message::GMSOrderInfo< NetworkType >::GMSOrderInfo ( )
inline

Definition at line 42 of file GMSOrderInfo.h.

Member Function Documentation

template<class NetworkType >
static bool m2etis::message::GMSOrderInfo< NetworkType >::doSerialize ( ActionType  )
inlinestatic

serialise for ALL messages

Definition at line 48 of file GMSOrderInfo.h.

Friends And Related Function Documentation

template<class NetworkType >
friend class boost::serialization::access
friend

Definition at line 83 of file GMSOrderInfo.h.

Member Data Documentation

template<class NetworkType >
uint64_t m2etis::message::GMSOrderInfo< NetworkType >::msgNr

globally unique msg id set by root

Definition at line 60 of file GMSOrderInfo.h.

template<class NetworkType >
uint64_t m2etis::message::GMSOrderInfo< NetworkType >::mT

main tree for sender

Definition at line 70 of file GMSOrderInfo.h.

template<class NetworkType >
uint64_t m2etis::message::GMSOrderInfo< NetworkType >::realTree

id on which the real Msg was published

Definition at line 55 of file GMSOrderInfo.h.

template<class NetworkType >
NetworkType::Key m2etis::message::GMSOrderInfo< NetworkType >::sender

initial sender of this msg

Definition at line 80 of file GMSOrderInfo.h.

template<class NetworkType >
uint64_t m2etis::message::GMSOrderInfo< NetworkType >::seqNr

id used to order msgs on a single link

Definition at line 65 of file GMSOrderInfo.h.

template<class NetworkType >
TYPE m2etis::message::GMSOrderInfo< NetworkType >::type

type of this message

Definition at line 75 of file GMSOrderInfo.h.


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