Jpp
16.0.2
the software that should make you happy
|
#include <puzzled_frame.hh>
Public Types | |
typedef std::map< unsigned int, CLBDataGram * > | container_t |
Public Member Functions | |
PuzzledFrame () | |
~PuzzledFrame () | |
void | setTimer (const Timer &exp) |
void | setSeqNumber (unsigned int seqnumber) |
void | setDataType (unsigned int datatype) |
void | setDetectorId (unsigned int detector_id) |
void | setFrameIndex (frame_idx_t frame_idx) |
bool | insert (CLBDataGram *datagram) |
bool | hasExpired () const |
bool | hasExpiredWrt (Timer const &t) const |
void | getFrame (Frame &frame) |
void | reset () |
uint32_t | frameLength () const |
uint32_t | frameDomStatus (int i=1) const |
Static Public Attributes | |
static boost::atomic< unsigned int > | n_obj |
Private Attributes | |
container_t | m_container |
Timer | m_expiration |
unsigned int | m_seqnumber |
unsigned int | m_detector_id |
unsigned int | m_datatype |
unsigned int | m_totalsize |
frame_idx_t | m_frame_idx |
Definition at line 18 of file puzzled_frame.hh.
typedef std::map<unsigned int, CLBDataGram*> PuzzledFrame::container_t |
Definition at line 22 of file puzzled_frame.hh.
|
inline |
Definition at line 41 of file puzzled_frame.hh.
|
inline |
Definition at line 52 of file puzzled_frame.hh.
|
inline |
Definition at line 58 of file puzzled_frame.hh.
|
inline |
Definition at line 63 of file puzzled_frame.hh.
|
inline |
Definition at line 68 of file puzzled_frame.hh.
|
inline |
Definition at line 73 of file puzzled_frame.hh.
|
inline |
Definition at line 78 of file puzzled_frame.hh.
bool PuzzledFrame::insert | ( | CLBDataGram * | datagram | ) |
Definition at line 61 of file puzzled_frame.cc.
|
inline |
Definition at line 85 of file puzzled_frame.hh.
|
inline |
Definition at line 90 of file puzzled_frame.hh.
void PuzzledFrame::getFrame | ( | Frame & | frame | ) |
Definition at line 304 of file puzzled_frame.cc.
void PuzzledFrame::reset | ( | ) |
Definition at line 398 of file puzzled_frame.cc.
|
inline |
Definition at line 99 of file puzzled_frame.hh.
uint32_t PuzzledFrame::frameDomStatus | ( | int | i = 1 | ) | const |
Definition at line 21 of file puzzled_frame.cc.
|
private |
Definition at line 26 of file puzzled_frame.hh.
|
private |
Definition at line 28 of file puzzled_frame.hh.
|
private |
Definition at line 29 of file puzzled_frame.hh.
|
private |
Definition at line 30 of file puzzled_frame.hh.
|
private |
Definition at line 31 of file puzzled_frame.hh.
|
private |
Definition at line 33 of file puzzled_frame.hh.
|
private |
Definition at line 35 of file puzzled_frame.hh.
|
static |
Definition at line 39 of file puzzled_frame.hh.