An error. More...
Data Fields | |
| ERROR_ID | error_id |
| The id of the error. | |
| unsigned short | frequency |
| The number of times the error has occurred since it was last sent out. | |
| unsigned long long int | time_occurred |
| The time the error occurred. | |
An error.
Includes the error's id, the frequency of its occurrence since it was last transmitted, and the time when the error occurred.
Definition at line 32 of file error.h.
| ERROR_ID ERROR_INFO::error_id |
The id of the error.
Definition at line 33 of file error.h.
Referenced by error_get_id(), error_get_info(), and error_update().
| unsigned short ERROR_INFO::frequency |
The number of times the error has occurred since it was last sent out.
Definition at line 34 of file error.h.
Referenced by error_get_frequency(), error_get_info(), and error_update().
| unsigned long long int ERROR_INFO::time_occurred |
The time the error occurred.
Definition at line 35 of file error.h.
Referenced by error_get_time(), and error_update().
1.6.3