Classes | |
| class | Category |
| class | DataLogWriter |
| class | CsvWriter |
| class | PlainWriter |
| class | DataLog |
Functions | |
| VF EXPORT_SYM void | datalog_remove_category (const char *name) |
| VF EXPORT_SYM void | datalog_append_string (const char *text, const char *category) |
| VF EXPORT_SYM void | datalog_append_number (double number, const char *category) |
| VF EXPORT_SYM void | datalog_remove (int index, const char *category) |
| VF EXPORT_SYM int | datalog_write_plain (const char *path) |
| VF EXPORT_SYM int | datalog_write_csv (const char *path) |
| VF EXPORT_SYM void | datalog_clear () |
| VF EXPORT_SYM void datalog_append_number | ( | double | number, |
| const char * | category | ||
| ) |
| VF EXPORT_SYM void datalog_append_string | ( | const char * | text, |
| const char * | category | ||
| ) |
| VF EXPORT_SYM void datalog_clear | ( | ) |
| VF EXPORT_SYM void datalog_remove | ( | int | index, |
| const char * | category | ||
| ) |
| VF EXPORT_SYM void datalog_remove_category | ( | const char * | name | ) |
| VF EXPORT_SYM int datalog_write_csv | ( | const char * | path | ) |
| VF EXPORT_SYM int datalog_write_plain | ( | const char * | path | ) |