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 const char* message_lines[],
67 char* log_file,
68 int log_level
69);
70
75
80void show_tick(const char* character);
81
100int register_sensor_key(char key, void* action);
101
102#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: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