|
RocketLogger
1.0
|
Include dependency graph for log.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | rl_log (rl_log_type type, const char *format,...) |
| void rl_log | ( | rl_log_type | type, |
| const char * | format, | ||
| ... | |||
| ) |
Copyright (c) 2016-2017, ETH Zurich, Computer Engineering Group
Copyright (c) 2016-2017, ETH Zurich, Computer Engineering Group Log a message.
| type | Type of message. |
| format | Message format. |
Definition at line 12 of file log.c.
References ERROR, INFO, LOG_FILE, MAX_LOG_FILE_SIZE, RL_ERROR, rl_status::state, status, and WARNING.
Referenced by create_sem(), create_time_stamp(), create_web_shm(), gpio_dir(), gpio_export(), gpio_get_value(), gpio_interrupt(), gpio_set_value(), gpio_unexport(), gpio_wait_interrupt(), handle_data_buffer(), hw_sample(), main(), map_pru_memory(), open_sem(), open_web_shm(), parse_args(), parse_channels(), print_data(), pru_data_setup(), pru_init(), pru_sample(), pwm_setup(), read_default_config(), read_file_value(), read_status(), remove_sem(), rl_start(), rl_stop(), set_pid(), set_sem(), unmap_pru_memory(), wait_sem(), write_default_config(), and write_status().