pflib v3.0.0-rc1-29-g3a901ac
Pretty Fine HGCROC Interaction Library
All Classes Namespaces Files Functions Variables Typedefs Pages
pflib::packing::TriggerLinkFrame Struct Reference

Without a trigger link set up, the decoding cannot be fuctionally tested. More...

#include <TriggerLinkFrame.h>

Collaboration diagram for pflib::packing::TriggerLinkFrame:
[legend]

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TriggerLinkFrame()

pflib::packing::TriggerLinkFrame::TriggerLinkFrame ( std::span< uint32_t > data)

Construct from a std::span over 32-bit words.

Note
A std::span can be transparently constructed from a std::vector if that is what is available, but it can also be used to simply view a subslice of a larger std::vector.

The documentation for this struct was generated from the following files: