#include <Messages.h>
Classes | |
struct | EventMsgHeader |
Public Member Functions | |
void * | data () const |
int | dataSize () const |
EventMsg (MsgCode &mc) | |
EventMsg (void *buffer, int size=0) | |
EventMsg (void *buffer, int size, edm::EventNumber_t e, edm::RunNumber_t r, int which_seg, int total_segs) | |
int | getDataSize () const |
edm::EventNumber_t | getEventNumber () const |
edm::RunNumber_t | getRunNumber () const |
int | getTotalSegs () const |
int | getWhichSeg () const |
int | msgSize () const |
void | setDataSize (int s) |
void | setEventNumber (edm::EventNumber_t e) |
void | setRunNumber (edm::RunNumber_t r) |
void | setTotalSegs (int s) |
void | setWhichSeg (int s) |
Public Member Functions inherited from edm::MsgCode | |
int | codeSize () const |
Codes | getCode () const |
MsgCode (void *buffer, int size) | |
MsgCode (void *buffer) | |
MsgCode (void *buffer, Codes c) | |
MsgCode (void *buffer, int size, Codes c) | |
void * | payload () const |
int | payloadSize () const |
void | setCode (Codes c) |
int | totalSize () const |
Private Attributes | |
int | data_size_ |
edm::EventNumber_t | event_num_ |
EventMsgHeader * | head_ |
edm::RunNumber_t | run_num_ |
int | total_segs_ |
int | which_seg_ |
Additional Inherited Members | |
Public Types inherited from edm::MsgCode | |
enum | Codes { INVALID = 0, INIT = 1, EVENT = 2, DONE = 3 } |
Definition at line 121 of file Messages.h.
|
inline |
Definition at line 134 of file Messages.h.
|
inlineexplicit |
Definition at line 145 of file Messages.h.
|
inline |
Definition at line 156 of file Messages.h.
References data_size_, edm::MsgCode::EVENT, edm::MsgCode::setCode(), setDataSize(), setEventNumber(), setRunNumber(), setTotalSegs(), and setWhichSeg().
|
inline |
Definition at line 178 of file Messages.h.
References edm::MsgCode::payload().
Referenced by cuy.FindIssue::__init__().
|
inline |
|
inline |
Definition at line 182 of file Messages.h.
References edm::EventMsg::EventMsgHeader::data_size_, edm::decodeInt(), and head_.
Referenced by msgSize().
|
inline |
Definition at line 212 of file Messages.h.
References edm::decodeInt(), edm::EventMsg::EventMsgHeader::event_num_, and head_.
|
inline |
Definition at line 224 of file Messages.h.
References edm::decodeInt(), head_, and edm::EventMsg::EventMsgHeader::run_num_.
|
inline |
Definition at line 202 of file Messages.h.
References edm::decodeInt(), head_, and edm::EventMsg::EventMsgHeader::total_segs_.
|
inline |
Definition at line 192 of file Messages.h.
References edm::decodeInt(), head_, and edm::EventMsg::EventMsgHeader::which_seg_.
|
inline |
|
inline |
Definition at line 187 of file Messages.h.
References edm::EventMsg::EventMsgHeader::data_size_, edm::encodeInt(), and head_.
Referenced by EventMsg().
|
inline |
Definition at line 218 of file Messages.h.
References edm::encodeInt(), edm::EventMsg::EventMsgHeader::event_num_, and head_.
Referenced by EventMsg().
|
inline |
Definition at line 230 of file Messages.h.
References edm::encodeInt(), head_, and edm::EventMsg::EventMsgHeader::run_num_.
Referenced by EventMsg().
|
inline |
Definition at line 207 of file Messages.h.
References edm::encodeInt(), head_, and edm::EventMsg::EventMsgHeader::total_segs_.
Referenced by EventMsg().
|
inline |
Definition at line 197 of file Messages.h.
References edm::encodeInt(), head_, and edm::EventMsg::EventMsgHeader::which_seg_.
Referenced by EventMsg().
|
private |
Definition at line 248 of file Messages.h.
Referenced by dataSize(), and EventMsg().
|
private |
Definition at line 246 of file Messages.h.
|
private |
Definition at line 243 of file Messages.h.
Referenced by getDataSize(), getEventNumber(), getRunNumber(), getTotalSegs(), getWhichSeg(), setDataSize(), setEventNumber(), setRunNumber(), setTotalSegs(), and setWhichSeg().
|
private |
Definition at line 247 of file Messages.h.
|
private |
Definition at line 245 of file Messages.h.
|
private |
Definition at line 244 of file Messages.h.