40#ifndef SENSOR_SIMULATOR_H
41#define SENSOR_SIMULATOR_H
int register_sensor_key(char key, void *action)
Register a keyboard key to trigger the specified action.
void show_tick(const char *character)
Place a tick (usually a single character) in the tick window.
int start_sensor_simulator(const char *message_lines[], int number_of_lines, int tick_window_width, char *log_file, int log_level)
Start the sensor simulator if it has not been already started.
void end_sensor_simulator()
End ncurses control of the terminal.