Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
Data Fields
ptxLogItem Struct Reference

Log item, representing a single entry. More...

#include <ptxLog.h>

Collaboration diagram for ptxLogItem:
Collaboration graph

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
 

Detailed Description

Log item, representing a single entry.

Field Documentation

◆ Class

Entry classification.

◆ LocationMajor

char LocationMajor[PTX_LOG_FILE_NAME_LEN+1]

Major location ID, i.e. a file ID/number defined in the project.

◆ LocationMinor

uint32_t LocationMinor

Minor location ID, i.e. a line number.

◆ Param

Parameter.

◆ ParamType

ptxLogParamType_t ParamType

Which type of parameter is stored.

◆ StatusCode

uint32_t StatusCode

Status code.

◆ TimeStamp

ptxTimeDiff_t TimeStamp

Time of the acquisition.


The documentation for this struct was generated from the following file: