#include <ConsRegMessage.h>
Public Member Functions | |
uint32 | code () const |
ConsRegRequestView (void *buf) | |
std::string | getConsumerName () |
std::string | getRequestParameterSet () |
uint32 | size () const |
uint8 * | startAddress () |
Private Attributes | |
uint8 * | buf_ |
std::string | consumerName_ |
HeaderView | head_ |
std::string | requestParameterSet_ |
Definition at line 36 of file ConsRegMessage.h.
ConsRegRequestView::ConsRegRequestView | ( | void * | buf | ) |
Constructor for the consumer registration request viewer.
Definition at line 62 of file ConsRegMessage.cc.
References buf_, code(), Header::CONS_REG_REQUEST, consumerName_, convert32(), edm::hlt::Exception, requestParameterSet_, and size().
|
inline |
Definition at line 41 of file ConsRegMessage.h.
References HeaderView::code(), and head_.
Referenced by ConsRegRequestView().
|
inline |
|
inline |
Definition at line 46 of file ConsRegMessage.h.
References requestParameterSet_.
|
inline |
Definition at line 42 of file ConsRegMessage.h.
References head_, and HeaderView::size().
Referenced by ConsRegRequestView().
|
inline |
|
private |
Definition at line 49 of file ConsRegMessage.h.
Referenced by ConsRegRequestView(), and startAddress().
|
private |
Definition at line 51 of file ConsRegMessage.h.
Referenced by ConsRegRequestView(), and getConsumerName().
|
private |
Definition at line 50 of file ConsRegMessage.h.
|
private |
Definition at line 52 of file ConsRegMessage.h.
Referenced by ConsRegRequestView(), and getRequestParameterSet().