#include <RawTp.hpp>
Definition at line 177 of file RawTp.hpp.
◆ RawTp()
dunedaq::detdataformats::fwtp::RawTp::RawTp |
( |
| ) |
|
|
inline |
◆ get_frame_size()
size_t dunedaq::detdataformats::fwtp::RawTp::get_frame_size |
( |
| ) |
|
|
inline |
Definition at line 198 of file RawTp.hpp.
199 {
200 return sizeof(TpHeader) +
get_nhits() *
sizeof(TpData);
201 }
◆ get_header_size()
size_t dunedaq::detdataformats::fwtp::RawTp::get_header_size |
( |
| ) |
|
|
inline |
Definition at line 194 of file RawTp.hpp.
195 {
196 return sizeof(TpHeader);
197 }
◆ get_nhits()
int dunedaq::detdataformats::fwtp::RawTp::get_nhits |
( |
| ) |
|
|
inline |
◆ get_padding_3()
uint16_t dunedaq::detdataformats::fwtp::RawTp::get_padding_3 |
( |
| ) |
|
|
inline |
◆ get_timestamp() [1/2]
uint64_t dunedaq::detdataformats::fwtp::RawTp::get_timestamp |
( |
| ) |
|
|
inline |
◆ get_timestamp() [2/2]
uint64_t dunedaq::detdataformats::fwtp::RawTp::get_timestamp |
( |
| ) |
const |
|
inline |
◆ get_tp_header() [1/2]
TpHeader * dunedaq::detdataformats::fwtp::RawTp::get_tp_header |
( |
| ) |
|
|
inline |
◆ get_tp_header() [2/2]
const TpHeader * dunedaq::detdataformats::fwtp::RawTp::get_tp_header |
( |
| ) |
const |
|
inline |
◆ set_nhits()
void dunedaq::detdataformats::fwtp::RawTp::set_nhits |
( |
int | nhits | ) |
|
|
inline |
◆ set_timestamp()
void dunedaq::detdataformats::fwtp::RawTp::set_timestamp |
( |
const uint64_t | ts | ) |
|
|
inline |
Definition at line 211 of file RawTp.hpp.
212 {
214 }
PDS Frame with unphysical timestamp detected with ts
◆ m_blocks
TpData dunedaq::detdataformats::fwtp::RawTp::m_blocks[] |
◆ m_head
TpHeader dunedaq::detdataformats::fwtp::RawTp::m_head |
◆ m_nhits
int dunedaq::detdataformats::fwtp::RawTp::m_nhits |
|
private |
The documentation for this struct was generated from the following file:
- /github/workspace/dunedaq/sourcecode/detdataformats/include/detdataformats/fwtp/RawTp.hpp