pflib v3.0.0-rc1-29-g3a901ac
Pretty Fine HGCROC Interaction Library
|
Without a trigger link set up, the decoding cannot be fuctionally tested. More...
#include <TriggerLinkFrame.h>
Public Member Functions | |
void | from (std::span< uint32_t > data) |
Parse into this link frame from a std::span over 32-bit words. | |
TriggerLinkFrame (std::span< uint32_t > data) | |
Construct from a std::span over 32-bit words. | |
Public Attributes | |
int | i_link |
std::array< uint32_t, 4 > | data_words |
Without a trigger link set up, the decoding cannot be fuctionally tested.
This class is merely a skeleton of how unpacking could be done for these trigger link frames.
pflib::packing::TriggerLinkFrame::TriggerLinkFrame | ( | std::span< uint32_t > | data | ) |
Construct from a std::span over 32-bit words.