flux sdk  v01.02.02-3-g292b3a7
Embedded C++ SDK
Loading...
Searching...
No Matches
flxOutputFormat Member List

This is the complete list of members for flxOutputFormat, including all inherited members.

add(flxWriter &newWriter)flxOutputFormatinline
add(flxWriter *newWriter)flxOutputFormatinline
beginObservation(const char *szTitle=nullptr)=0flxOutputFormatpure virtual
beginSection(const char *szName)flxOutputFormatinlinevirtual
beginSection(const std::string &name)flxOutputFormatinlinevirtual
clearObservation(void)flxOutputFormatinlinevirtual
endObservation(void)=0flxOutputFormatpure virtual
endSection(void)flxOutputFormatinlinevirtual
flxOutputFormat()flxOutputFormatinline
logValue(const std::string &tag, bool value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, int8_t value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, int16_t value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, int32_t value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, uint8_t value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, uint16_t value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, uint32_t value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, float value, uint16_t precision=3)=0flxOutputFormatpure virtual
logValue(const std::string &tag, double value, uint16_t precision=3)=0flxOutputFormatpure virtual
logValue(const std::string &tag, const char *value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, std::string &value)flxOutputFormatinlinevirtual
logValue(const std::string &tag, flxDataArrayBool *value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, flxDataArrayInt8 *value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, flxDataArrayInt16 *value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, flxDataArrayInt32 *value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, flxDataArrayUInt8 *value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, flxDataArrayUInt16 *value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, flxDataArrayUInt32 *value)=0flxOutputFormatpure virtual
logValue(const std::string &tag, flxDataArrayFloat *value, uint16_t precision=3)=0flxOutputFormatpure virtual
logValue(const std::string &tag, flxDataArrayDouble *value, uint16_t precision=3)=0flxOutputFormatpure virtual
logValue(const std::string &tag, flxDataArrayString *value)=0flxOutputFormatpure virtual
outputObservation(const char *szBuffer, flxLineType_t type=flxLineTypeData)flxOutputFormatinline
remove(flxWriter &oldWriter)flxOutputFormatinline
remove(flxWriter *oldWriter)flxOutputFormatinline
reset(void)flxOutputFormatinlinevirtual
writeObservation(void)=0flxOutputFormatpure virtual