![]() |
Project
|
Minor (non-crashing) raw decoding errors. More...
#include <RawReaderMemory.h>
Public Member Functions | |
MinorError ()=default | |
Dummy constructor. | |
MinorError (RawDecodingError::ErrorType_t errortype, int feeID) | |
Main constructor. | |
~MinorError ()=default | |
Destructor. | |
void | setErrorType (RawDecodingError::ErrorType_t errortype) |
Set the type of the error. | |
void | setFEEID (int feeID) |
Set the ID of the FEE equipment. | |
RawDecodingError::ErrorType_t | getErrorType () const |
Get type of the error. | |
int | getFEEID () const |
Get ID of the FEE. | |
Minor (non-crashing) raw decoding errors.
Minor errors share the same codes as major raw decoding errors, however are not crashing.
Definition at line 46 of file RawReaderMemory.h.
|
default |
Dummy constructor.
|
inline |
Main constructor.
errortype | Type of the error |
feeID | ID of the FEE equipment |
Definition at line 55 of file RawReaderMemory.h.
|
default |
Destructor.
|
inline |
|
inline |
|
inline |
Set the type of the error.
errortype | Type of the error |
Definition at line 62 of file RawReaderMemory.h.
Set the ID of the FEE equipment.
feeID | ID of the FEE |
Definition at line 66 of file RawReaderMemory.h.