|
Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
|
Log item, representing a single entry. More...
#include <ptxLog.h>

Data Fields | |
| ptxLogClass_t | Class |
| char | LocationMajor [PTX_LOG_FILE_NAME_LEN+1] |
| uint32_t | LocationMinor |
| uint32_t | StatusCode |
| ptxTimeDiff_t | TimeStamp |
| ptxLogParamType_t | ParamType |
| ptxLogItem_Param_t | Param |
Log item, representing a single entry.
| ptxLogClass_t Class |
Entry classification.
| char LocationMajor[PTX_LOG_FILE_NAME_LEN+1] |
Major location ID, i.e. a file ID/number defined in the project.
| uint32_t LocationMinor |
Minor location ID, i.e. a line number.
| ptxLogItem_Param_t Param |
Parameter.
| ptxLogParamType_t ParamType |
Which type of parameter is stored.
| uint32_t StatusCode |
Status code.
| ptxTimeDiff_t TimeStamp |
Time of the acquisition.