Jpp  18.3.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 54 of file JChecksum.hh.

Constructor & Destructor Documentation

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

Default constructor.

Definition at line 58 of file JChecksum.hh.

58  :
59  pos (-1),
60  type(-1)
61  {}
int pos
index in frame
Definition: JChecksum.hh:77
JTRIGGER::JChecksum::error::error ( const int  pos,
const int  type 
)
inline

Constructor.

Parameters
posindex in frame
typeerror type

Definition at line 70 of file JChecksum.hh.

71  :
72  pos (pos),
73  type(type)
74  {}
int pos
index in frame
Definition: JChecksum.hh:77

Member Data Documentation

int JTRIGGER::JChecksum::error::pos

index in frame

Definition at line 77 of file JChecksum.hh.

int JTRIGGER::JChecksum::error::type

error type

Definition at line 78 of file JChecksum.hh.


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