Jpp
18.0.0
the software that should make you happy
|
#include <clb_datagram.hh>
Public Member Functions | |
CLBDataGram () | |
~CLBDataGram () | |
size_t | size () const |
void | resize (size_t s) |
void | clear () |
char * | raw () |
const char * | raw () const |
size_t | capacity () const |
uint32_t | getUDPSequenceNumber () const |
uint32_t | getRunNumber () const |
const CLBCommonHeader * | getCLBCommonHeader () const |
const char * | getPayload () const |
bool | isOptical () const |
bool | isAcoustic () const |
bool | hasInfoWord () const |
size_t | getPayloadSize () const |
bool | hasValidTimeStamp () const |
bool | isTrailer () const |
Static Public Attributes | |
static const size_t | DGRAM_CAPACITY = 10000 |
static boost::atomic< unsigned int > | n_obj |
Private Member Functions | |
CLBDataGram (const CLBDataGram &) | |
CLBDataGram & | operator= (const CLBDataGram &) |
Private Attributes | |
char | m_block [DGRAM_CAPACITY] |
size_t | m_size |
Definition at line 15 of file clb_datagram.hh.
|
private |
|
inline |
Definition at line 37 of file clb_datagram.hh.
|
inline |
Definition at line 44 of file clb_datagram.hh.
|
private |
|
inline |
Definition at line 49 of file clb_datagram.hh.
|
inline |
Definition at line 54 of file clb_datagram.hh.
|
inline |
Definition at line 60 of file clb_datagram.hh.
|
inline |
Definition at line 65 of file clb_datagram.hh.
|
inline |
Definition at line 70 of file clb_datagram.hh.
|
inline |
Definition at line 75 of file clb_datagram.hh.
|
inline |
Definition at line 80 of file clb_datagram.hh.
|
inline |
Definition at line 85 of file clb_datagram.hh.
|
inline |
Definition at line 90 of file clb_datagram.hh.
|
inline |
Definition at line 96 of file clb_datagram.hh.
|
inline |
Definition at line 101 of file clb_datagram.hh.
|
inline |
Definition at line 106 of file clb_datagram.hh.
|
inline |
Definition at line 111 of file clb_datagram.hh.
|
inline |
Definition at line 116 of file clb_datagram.hh.
|
inline |
Definition at line 123 of file clb_datagram.hh.
|
inline |
Definition at line 128 of file clb_datagram.hh.
|
static |
Definition at line 20 of file clb_datagram.hh.
|
private |
Definition at line 27 of file clb_datagram.hh.
|
private |
Definition at line 28 of file clb_datagram.hh.
|
static |
Definition at line 35 of file clb_datagram.hh.