MagAO-X
Operations Applications Utilities Source
Standard text formatting of logs for biological purposes
Collaboration diagram for Standard text formatting of logs for biological purposes:

Functions

template<typename logT >
void flatlogs::stdFormat (bufferPtrT &logBuffer)
 Worker function that formats a log into the standard text representation. More...
 

Detailed Description

Function Documentation

◆ stdFormat()

template<typename logT >
void flatlogs::stdFormat ( bufferPtrT logBuffer)

Worker function that formats a log into the standard text representation.

Todo:
change to using a std::ios as input instead of only using std::cout
Parameters
[in]logBufferthe binary log buffer

Definition at line 27 of file logStdFormat.hpp.