Helper to encapsulate the the raw data error.
More...
#include <RawDataError.h>
Helper to encapsulate the the raw data error.
◆ RawDataError() [1/2]
RawDataError::RawDataError |
( |
| ) |
|
◆ RawDataError() [2/2]
RawDataError::RawDataError |
( |
int |
errorDate, |
|
|
int |
errorCode |
|
) |
| |
Copy constructor.
- Parameters
-
errorDate | the error date as an int |
errorCode | the error code as an int |
◆ GetErrorCode()
int RawDataError::GetErrorCode |
( |
| ) |
|
Gets the error code.
- Returns
- Error code as an int
◆ GetErrorDate()
int RawDataError::GetErrorDate |
( |
| ) |
|
Gets the error date.
- Returns
- Error date as an int
◆ SetErrorCode()
void RawDataError::SetErrorCode |
( |
int |
pErrorCode | ) |
|
Sets the error code.
- Parameters
-
pErrorCode | The error code to be set |
◆ SetErrorDate()
void RawDataError::SetErrorDate |
( |
int |
pErrorDate | ) |
|
Sets the error date.
- Parameters
-
pErrorDate | The error date to be set |
The documentation for this class was generated from the following files: