Jpp  master_rocky-43-ge265d140c
the software that should make you happy
Public Member Functions | Public Attributes | List of all members
JTRIGGER::JChecksum::error Struct Reference

Error. More...

#include <JChecksum.hh>

Public Member Functions

 error ()
 Default constructor. More...
 
 error (const int pos, const int type)
 Constructor. More...
 

Public Attributes

int pos
 index in frame More...
 
int type
 error type More...
 

Detailed Description

Error.

Definition at line 57 of file JChecksum.hh.

Constructor & Destructor Documentation

◆ error() [1/2]

JTRIGGER::JChecksum::error::error ( )
inline

Default constructor.

Definition at line 61 of file JChecksum.hh.

61  :
62  pos (-1),
63  type(-1)
64  {}
int pos
index in frame
Definition: JChecksum.hh:80

◆ error() [2/2]

JTRIGGER::JChecksum::error::error ( const int  pos,
const int  type 
)
inline

Constructor.

Parameters
posindex in frame
typeerror type

Definition at line 73 of file JChecksum.hh.

74  :
75  pos (pos),
76  type(type)
77  {}

Member Data Documentation

◆ pos

int JTRIGGER::JChecksum::error::pos

index in frame

Definition at line 80 of file JChecksum.hh.

◆ type

int JTRIGGER::JChecksum::error::type

error type

Definition at line 81 of file JChecksum.hh.


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