gdata
Loading...
Searching...
No Matches
GIntegralPayload Struct Reference

#include <gIntegralPayload.h>

Collaboration diagram for GIntegralPayload:
Collaboration graph

Public Member Functions

 GIntegralPayload (int c, int s, int ch, int q, int t, std::shared_ptr< GLogger > logger)
 Constructs a GIntegralPayload.
 
 ~GIntegralPayload ()
 Destructor for GIntegralPayload.
 
std::vector< int > getPayload () const
 Returns the payload as a vector of integers.
 

Detailed Description

Definition at line 14 of file gIntegralPayload.h.

Constructor & Destructor Documentation

◆ GIntegralPayload()

GIntegralPayload::GIntegralPayload ( int c,
int s,
int ch,
int q,
int t,
std::shared_ptr< GLogger > logger )
inline
Parameters
cCrate number.
sSlot number.
chChannel number.
qCharge value.
tTime value.
loggerPointer to a GLogger instance.

Definition at line 25 of file gIntegralPayload.h.

◆ ~GIntegralPayload()

GIntegralPayload::~GIntegralPayload ( )
inline

Definition at line 34 of file gIntegralPayload.h.

Member Function Documentation

◆ getPayload()

std::vector< int > GIntegralPayload::getPayload ( ) const
inline
Returns
A vector containing crate, slot, channel, charge, and time.

Definition at line 43 of file gIntegralPayload.h.


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