A data log structure.
#include <datalog.h>
Data Fields | |
int | id |
char * | pcStringLog |
void(* | pfFreeLogStruct )(void *pxLog) |
void(* | pfFreeStringLog )(void *pcStr) |
time_t | rawdate |
int LogDef::id |
char* LogDef::pcStringLog |
Referenced by b_joystick_get_value(), b_lcd_get_value(), b_ledb1_get_value(), b_ledb2_get_value(), b_ledm1_get_value(), b_ledm2_get_value(), b_light_get_value(), b_potentiometer_get_value(), b_pushb1_get_value(), b_pushb2_get_value(), b_pushb3_get_value(), b_temperature_get_value(), e_sensor_cmd_get_value(), prvjoystick_ISR_NonNakedBehaviour(), prvpushb_ISR_NonNakedBehaviour(), pxdatalog_log_alloc_init(), vdatalog_log_free(), and vdatalog_make_logstring().
void(* LogDef::pfFreeLogStruct)(void *pxLog) |
Referenced by pxdatalog_log_alloc_init(), and vdatalog_log_free().
void(* LogDef::pfFreeStringLog)(void *pcStr) |
Referenced by b_joystick_get_value(), b_lcd_get_value(), b_ledb1_get_value(), b_ledb2_get_value(), b_ledm1_get_value(), b_ledm2_get_value(), b_light_get_value(), b_potentiometer_get_value(), b_pushb1_get_value(), b_pushb2_get_value(), b_pushb3_get_value(), b_temperature_get_value(), e_sensor_cmd_get_value(), prvjoystick_ISR_NonNakedBehaviour(), prvpushb_ISR_NonNakedBehaviour(), pxdatalog_log_alloc_init(), and vdatalog_log_free().
time_t LogDef::rawdate |
Referenced by pxdatalog_log_alloc_init(), and vdatalog_make_logstring().