|
Renesas PTX1xxR IoT-Reader API Version 7.3.1
Renesas Software Stack for IoT-Reader Applications
|
#include <ptxTbInt.h>

Data Fields | |
| ptxStatus_Comps_t | CompId |
| ptxNscFactory_t | F |
| ptxNSC_t | NSC |
| ptxHal_t | HAL |
| struct ptxOsal * | OS |
| ptxLog_t | LOG |
| pptxInt_Completion_t | Completion |
| pptxInt_CompletionNTF_t | Completion_NTF |
| void * | SysCtx |
| size_t | MtU |
| ptxNvm_t | NVM |
| ptxHal_t | M_HAL |
| ptxFileHandle_t | RTLogFileHandle |
| uint8_t | RTLogInit |
| size_t | RTLogNumLines |
| uint16_t | RTLogFilesIndex |
This structure must be allocated initially: statically or using system-specific memory allocation.
| ptxStatus_Comps_t CompId |
Component Id
| pptxInt_Completion_t Completion |
Completion function pointer into the system
| pptxInt_CompletionNTF_t Completion_NTF |
Completion NTF function pointer
Factory
| ptxHal_t HAL |
HAL
| ptxLog_t LOG |
Logger instance
| ptxHal_t M_HAL |
HAL Mockup.
| size_t MtU |
Maximum number of bytes that can be received by the stack
| ptxNSC_t NSC |
NSC
| ptxNvm_t NVM |
Non Volatile Mechanism (External subsystem)
| struct ptxOsal* OS |
OSAL; hand over to ptxTbInt_SetUp
| ptxFileHandle_t RTLogFileHandle |
Real-time log file handle.
| uint16_t RTLogFilesIndex |
Index of log files.
| uint8_t RTLogInit |
First Real-time log file being initialized. ( 0 = Not initialized / 1 = Initialized)
| size_t RTLogNumLines |
Number of log lines written to a file
| void* SysCtx |
System context to be remembered.