Macros | |
#define | AS_ATTENTION_CODE_INFORMATION 0x00 |
Just Information. More... | |
#define | AS_ATTENTION_CODE_WARNING 0x01 |
Warning Attention. More... | |
#define | AS_ATTENTION_CODE_ERROR 0x02 |
Error Attention. More... | |
#define | AS_ATTENTION_CODE_FATAL 0x03 |
Fatal Attention. More... | |
#define AS_ATTENTION_CODE_INFORMATION 0x00 |
Just Information.
Just notify information of intermal processing.
#define AS_ATTENTION_CODE_WARNING 0x01 |
Warning Attention.
Internal process error that can continue processing. The system can work after this attention, but correctness is not guaranteed. For example, encode error, decode error.
#define AS_ATTENTION_CODE_ERROR 0x02 |
Error Attention.
Internal process error tha cannot continue processing. The system cannot work correctly after this attention. For example, internal state error, DSP load error.
#define AS_ATTENTION_CODE_FATAL 0x03 |
Fatal Attention.
Internal process error that cannot continue processing. Ths system should be rebooted.