DWF frame.
More...
#include <TimeSlice.hh>
|
static const unsigned int | Length () |
| Return length of an encoded frame preamble in bytes. More...
|
|
DWF frame.
Definition at line 379 of file TimeSlice.hh.
Definition at line 18 of file frame.hh.
21 static_cast<const void* const
>(&front()));
Definition at line 34 of file frame.hh.
const DAQCommonHeader *const getHeader() const
Definition at line 39 of file frame.hh.
const DAQCommonHeader *const getHeader() const
operator +=
- Parameters
-
- Returns
- this frame
Definition at line 272 of file TimeSlice.hh.
This object holds the information from the 'preamble' of a data frame.
Template Frame for ARS data.
- Returns
- 64 bit frame time
Definition at line 40 of file FramePreamble.hh.
unsigned int frameTime2
Frame 'time stamp' in units of 50ns (LSW)
unsigned int frameTime1
Frame 'time stamp' in units of 50ns (MSW)
const unsigned short DaqFramePreamble::lcm_id |
( |
| ) |
const |
|
inlineinherited |
get LCM idendifier
- Returns
- LCM identifier
Definition at line 67 of file FramePreamble.hh.
unsigned short LCM_ID
ID of originating LCM.
const unsigned short DaqFramePreamble::ars_id |
( |
| ) |
const |
|
inlineinherited |
get ARS idendifier
- Returns
- ARS identifier
Definition at line 73 of file FramePreamble.hh.
unsigned short ARS_ID
ID of originating ARS.
const unsigned short DaqFramePreamble::data_type |
( |
| ) |
const |
|
inlineinherited |
get data type
- Returns
- data type
Definition at line 79 of file FramePreamble.hh.
unsigned short dataType
Data type code (DAQ_xxx)
const unsigned short DaqFramePreamble::numberOfItems |
( |
| ) |
const |
|
inlineinherited |
get number of items
- Returns
- number of items
Definition at line 85 of file FramePreamble.hh.
unsigned short nbItems
Number of items actually sent in this frame.
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.
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.
static const unsigned int Length()
Return length of an encoded frame preamble in bytes.
static const unsigned int DaqFramePreamble::Length |
( |
| ) |
|
|
inlinestaticinherited |
Return length of an encoded frame preamble in bytes.
Definition at line 111 of file FramePreamble.hh.
unsigned int DaqFramePreamble::frameSize |
|
inherited |
Total length of the frame in 4-byte words.
Definition at line 27 of file FramePreamble.hh.
unsigned short DaqFramePreamble::dataType |
|
inherited |
unsigned short DaqFramePreamble::frameTarget |
|
inherited |
Unique code representing the shore station for this frame.
Definition at line 33 of file FramePreamble.hh.
unsigned int DaqFramePreamble::frameTime1 |
|
inherited |
unsigned int DaqFramePreamble::frameTime2 |
|
inherited |
unsigned int DaqFramePreamble::frameIndex |
|
inherited |
unsigned short DaqFramePreamble::status |
|
inherited |
unsigned short DaqFramePreamble::nbItems |
|
inherited |
Number of items actually sent in this frame.
Definition at line 52 of file FramePreamble.hh.
unsigned short DaqFramePreamble::LCM_ID |
|
inherited |
unsigned short DaqFramePreamble::ARS_ID |
|
inherited |
unsigned int DaqFramePreamble::runNumber |
|
inherited |
The documentation for this class was generated from the following file: