#include <log_reader.h>
Public Member Functions | |
| DataLog (int _id) | |
Public Attributes | |
| std::vector< T > | data |
| int | id |
Definition at line 112 of file log_reader.h.
Definition at line 117 of file log_reader.h.
| std::vector<T> DataLog< T >::data |
Definition at line 115 of file log_reader.h.
| int DataLog< T >::id |
Definition at line 114 of file log_reader.h.