1#ifndef SENSOR_SIMULATOR_H
2#define SENSOR_SIMULATOR_H
static K key
Definition hashmap.h:70
return address
Definition hashmap.h:74
int tick_window_width
Definition sensor_simulator.c:91
FILE * log_file
Definition sensor_simulator.c:79
int register_sensor_key(char key, void *action)
Definition sensor_simulator.c:421
void show_tick(const char *character)
Definition sensor_simulator.c:413
int start_sensor_simulator(const char *message_lines[], int number_of_lines, int tick_window_width, char *log_file, int log_level)
Definition sensor_simulator.c:364
void end_sensor_simulator()
Definition sensor_simulator.c:348