![]() |
Project
|
Handling of error if starttime is to large (>=14). This is most likely caused by a corrupted channel header where a FEC channel is identified as a TRU channel. More...
#include <TRUDecodingErrors.h>
Inherits std::exception.
Public Member Functions | |
FastOrStartTimeInvalidException (int time) | |
Constructor. | |
~FastOrStartTimeInvalidException () noexcept final=default | |
Destructor. | |
const char * | what () const noexcept final |
Access to error message. | |
int | getStartTime () const noexcept |
Get the size of the L0 patch. | |
Handling of error if starttime is to large (>=14). This is most likely caused by a corrupted channel header where a FEC channel is identified as a TRU channel.
Definition at line 27 of file TRUDecodingErrors.h.
|
inline |
Constructor.
l0size | Size of the L0 patch |
Definition at line 32 of file TRUDecodingErrors.h.
|
finaldefaultnoexcept |
Destructor.
|
inlinenoexcept |
Get the size of the L0 patch.
Definition at line 49 of file TRUDecodingErrors.h.
|
inlinefinalnoexcept |