MAV'RIC
|
Log data in files. More...
#include <data_logging.hpp>
Public Member Functions | |
Data_logging_T (File &file, State &state, conf_t config=default_config()) | |
Data logging constructor. | |
Protected Member Functions | |
uint32_t | max_count (void) |
Get maximum number of variables to log. | |
data_logging_entry_t * | list () |
Get list of variables to log. |
Log data in files.
N | Maximum number of variables to log |
data_logging_entry_t* Data_logging_T< N >::list | ( | ) | [inline, protected, virtual] |
uint32_t Data_logging_T< N >::max_count | ( | void | ) | [inline, protected, virtual] |
Get maximum number of variables to log.
Implements Data_logging.