reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
sensor_simulator.h
Go to the documentation of this file.
1#ifndef SENSOR_SIMULATOR_H
2#define SENSOR_SIMULATOR_H
64 int log_level);
65
70
75void show_tick(const char* character);
76
95int register_sensor_key(char key, void* action);
96
97#endif // SENSOR_SIMULATOR_H
static K key
Definition hashmap.h:70
return address
Definition hashmap.h:74
int tick_window_width
Definition sensor_simulator.c:89
FILE * log_file
Definition sensor_simulator.c:77
int register_sensor_key(char key, void *action)
Definition sensor_simulator.c:414
void show_tick(const char *character)
Definition sensor_simulator.c:406
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:362
void end_sensor_simulator()
Definition sensor_simulator.c:346