|
rusEFI
The most advanced open source ECU
|
#include <datalogging.h>


Public Member Functions | |
| LoggingWithStorage (const char *name) | |
Public Member Functions inherited from Logging | |
| Logging ()=delete | |
| Logging (const char *name, char *buffer, int bufferSize) | |
| void | reset () |
| void | appendFast (const char *text) |
| void | appendPrintf (const char *fmt,...) __attribute__((format(printf |
| void void | appendFloat (float value, int precision) |
| void | terminate () |
| void | appendChar (char c) |
| size_t | loggingSize () const |
| size_t | remainingSize () const |
Data Fields | |
| char | DEFAULT_BUFFER [100] |
Data Fields inherited from Logging | |
| const char *const | name = nullptr |
| char *const | buffer = nullptr |
| const int | bufferSize = 0 |
| char * | linePointer = nullptr |
Definition at line 73 of file datalogging.h.
|
explicit |
Definition at line 141 of file datalogging.cpp.
| char LoggingWithStorage::DEFAULT_BUFFER[100] |
Definition at line 76 of file datalogging.h.