CRM frame.
More...
#include <TimeSlice.hh>
|
static const unsigned int | Length () |
| Return length of an encoded frame preamble in bytes. More...
|
|
CRM frame.
Definition at line 328 of file TimeSlice.hh.
◆ item_type
◆ CRM_Frame()
◆ ClassDef() [1/3]
◆ getHeader()
Definition at line 18 of file frame.hh.
20 return static_cast<const DAQCommonHeader* const>(
21 static_cast<const void* const>(&front()));
◆ getPayload()
◆ getSeqNumber()
◆ getFrameLength()
◆ getNItems()
◆ operator+=()
operator +=
- Parameters
-
- Returns
- this frame
Definition at line 272 of file TimeSlice.hh.
◆ ClassDef() [2/3]
◆ ClassDef() [3/3]
◆ frameTime()
◆ lcm_id()
const unsigned short DaqFramePreamble::lcm_id |
( |
| ) |
const |
|
inlineinherited |
◆ ars_id()
const unsigned short DaqFramePreamble::ars_id |
( |
| ) |
const |
|
inlineinherited |
◆ data_type()
const unsigned short DaqFramePreamble::data_type |
( |
| ) |
const |
|
inlineinherited |
◆ numberOfItems()
const unsigned short DaqFramePreamble::numberOfItems |
( |
| ) |
const |
|
inlineinherited |
get number of items
- Returns
- number of items
Definition at line 85 of file FramePreamble.hh.
◆ getdata()
virtual const unsigned char* DaqFramePreamble::getdata |
( |
| ) |
const |
|
inlinevirtualinherited |
Return a pointer to the frame data buffer.
The returned value points to the start of the frame preamble.
- Returns
- pointer to data
Definition at line 92 of file FramePreamble.hh.
◆ getdatalen()
virtual const unsigned int DaqFramePreamble::getdatalen |
( |
| ) |
const |
|
inlinevirtualinherited |
Return the length of the frame data buffer.
The returned value is in bytes (not words), and includes the frame preamble.
- Returns
- length of data
Definition at line 100 of file FramePreamble.hh.
◆ Length()
static const unsigned int DaqFramePreamble::Length |
( |
| ) |
|
|
inlinestaticinherited |
Return length of an encoded frame preamble in bytes.
Definition at line 111 of file FramePreamble.hh.
◆ m_seqnumber
◆ frameSize
unsigned int DaqFramePreamble::frameSize |
|
inherited |
Total length of the frame in 4-byte words.
Definition at line 27 of file FramePreamble.hh.
◆ dataType
unsigned short DaqFramePreamble::dataType |
|
inherited |
◆ frameTarget
unsigned short DaqFramePreamble::frameTarget |
|
inherited |
Unique code representing the shore station for this frame.
Definition at line 33 of file FramePreamble.hh.
◆ frameTime1
unsigned int DaqFramePreamble::frameTime1 |
|
inherited |
◆ frameTime2
unsigned int DaqFramePreamble::frameTime2 |
|
inherited |
◆ frameIndex
unsigned int DaqFramePreamble::frameIndex |
|
inherited |
◆ status
unsigned short DaqFramePreamble::status |
|
inherited |
◆ nbItems
unsigned short DaqFramePreamble::nbItems |
|
inherited |
Number of items actually sent in this frame.
Definition at line 52 of file FramePreamble.hh.
◆ LCM_ID
unsigned short DaqFramePreamble::LCM_ID |
|
inherited |
◆ ARS_ID
unsigned short DaqFramePreamble::ARS_ID |
|
inherited |
◆ runNumber
unsigned int DaqFramePreamble::runNumber |
|
inherited |
The documentation for this class was generated from the following file: