30 static std::shared_ptr<LogFile>
open(std::string file);
A list of Feedback objects that can be received from a Group of modules; the size() must match the nu...
Represents a group of physical HEBI modules, and allows Command, Feedback, and Info objects to be sen...
HEBI_DISABLE_COPY_MOVE(LogFile)
const int number_of_modules_
bool getNextFeedback(GroupFeedback &feedback)
retrieves the next group feedback from the log file, if any exists
int size() const
Returns the number of modules in the log file.
static std::shared_ptr< LogFile > open(std::string file)
Opens an existing log file.
struct _HebiLogFile * HebiLogFilePtr
The C-style's API representation of a log file.