m2etis
0.4
|
#include <GMSOrderInfo.h>
Public Types | |
typedef boost::shared_ptr< GMSOrderInfo > | Ptr |
Public Member Functions | |
GMSOrderInfo () | |
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 |
Definition at line 38 of file GMSOrderInfo.h.
typedef boost::shared_ptr<GMSOrderInfo> m2etis::message::GMSOrderInfo< NetworkType >::Ptr |
Definition at line 40 of file GMSOrderInfo.h.
|
inline |
Definition at line 42 of file GMSOrderInfo.h.
|
inlinestatic |
serialise for ALL messages
Definition at line 48 of file GMSOrderInfo.h.
|
friend |
Definition at line 83 of file GMSOrderInfo.h.
uint64_t m2etis::message::GMSOrderInfo< NetworkType >::msgNr |
globally unique msg id set by root
Definition at line 60 of file GMSOrderInfo.h.
uint64_t m2etis::message::GMSOrderInfo< NetworkType >::mT |
main tree for sender
Definition at line 70 of file GMSOrderInfo.h.
uint64_t m2etis::message::GMSOrderInfo< NetworkType >::realTree |
id on which the real Msg was published
Definition at line 55 of file GMSOrderInfo.h.
NetworkType::Key m2etis::message::GMSOrderInfo< NetworkType >::sender |
initial sender of this msg
Definition at line 80 of file GMSOrderInfo.h.
uint64_t m2etis::message::GMSOrderInfo< NetworkType >::seqNr |
id used to order msgs on a single link
Definition at line 65 of file GMSOrderInfo.h.
TYPE m2etis::message::GMSOrderInfo< NetworkType >::type |
type of this message
Definition at line 75 of file GMSOrderInfo.h.