|
RocketLogger
1.1.6
|
#include <types.h>
Data Fields | |
| int | enabled |
| int | sensor_count |
| int | available_sensors [AMBIENT_MAX_SENSOR_COUNT] |
| char | file_name [MAX_PATH_LENGTH] |
| int rl_ambient::available_sensors[AMBIENT_MAX_SENSOR_COUNT] |
Definition at line 215 of file types.h.
Referenced by ambient_setup_channels(), ambient_store_data(), hw_close(), and hw_init().
| int rl_ambient::enabled |
Definition at line 213 of file types.h.
Referenced by hw_close(), hw_init(), hw_sample(), parse_args(), pru_sample(), reset_config(), and rl_start().
| char rl_ambient::file_name[MAX_PATH_LENGTH] |
Definition at line 216 of file types.h.
Referenced by ambient_set_file_name(), hw_sample(), pru_sample(), and reset_config().
| int rl_ambient::sensor_count |
Definition at line 214 of file types.h.
Referenced by ambient_setup_lead_in(), ambient_store_data(), hw_init(), pru_sample(), and rl_start().