![]() |
flux sdk
v01.02.02-3-g292b3a7
Embedded C++ SDK
|
This is the complete list of members for flxFormatJSON< BUFFER_SIZE >, including all inherited members.
_buffer_size | flxFormatJSON< BUFFER_SIZE > | protected |
_jSection | flxFormatJSON< BUFFER_SIZE > | protected |
_spDoc | flxFormatJSON< BUFFER_SIZE > | protected |
add(flxIWriterJSON &newWriter) | flxFormatJSON< BUFFER_SIZE > | inline |
add(flxIWriterJSON *newWriter) | flxFormatJSON< BUFFER_SIZE > | inline |
add(flxWriter &newWriter) | flxFormatJSON< BUFFER_SIZE > | inline |
add(flxWriter *newWriter) | flxFormatJSON< BUFFER_SIZE > | inline |
beginObservation(const char *szTitle=nullptr) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
beginSection(const char *szName) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
flxOutputFormat::beginSection(const std::string &name) | flxOutputFormat | inlinevirtual |
bufferSize(void) | flxFormatJSON< BUFFER_SIZE > | inline |
clearObservation(void) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
endObservation(void) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
endSection() | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
flxFormatJSON() | flxFormatJSON< BUFFER_SIZE > | inline |
flxOutputFormat() | flxOutputFormat | inline |
getMaxSizeUsed(void) | flxFormatJSON< BUFFER_SIZE > | inline |
logValue(const std::string &tag, bool value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, int8_t value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, int16_t value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, int32_t value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, uint8_t value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, uint16_t value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, uint32_t value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, float value, uint16_t precision=3) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, double value, uint16_t precision=3) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, const std::string &value) | flxFormatJSON< BUFFER_SIZE > | inline |
logValue(const std::string &tag, const char *value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, flxDataArrayBool *value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, flxDataArrayInt8 *value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, flxDataArrayInt16 *value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, flxDataArrayInt32 *value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, flxDataArrayUInt8 *value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, flxDataArrayUInt16 *value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, flxDataArrayUInt32 *value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, flxDataArrayFloat *value, uint16_t precision=3) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, flxDataArrayDouble *value, uint16_t precision=3) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
logValue(const std::string &tag, flxDataArrayString *value) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
flxOutputFormat::logValue(const std::string &tag, std::string &value) | flxOutputFormat | inlinevirtual |
outputObservation(const char *szBuffer, flxLineType_t type=flxLineTypeData) | flxOutputFormat | inline |
remove(flxIWriterJSON *oldWriter) | flxFormatJSON< BUFFER_SIZE > | inline |
remove(flxWriter &oldWriter) | flxFormatJSON< BUFFER_SIZE > | inline |
remove(flxWriter *oldWriter) | flxFormatJSON< BUFFER_SIZE > | inline |
reset(void) | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
setBufferSize(size_t new_size) | flxFormatJSON< BUFFER_SIZE > | inline |
writeObservation() | flxFormatJSON< BUFFER_SIZE > | inlinevirtual |
writeOutArray(const std::string &tag, flxDataArrayType< T > *theArray) | flxFormatJSON< BUFFER_SIZE > | inlineprotected |
writeOutArrayDimension(JsonArray &jsonArray, T *&pData, flxDataArrayType< T > *theArray, uint16_t currentDim) | flxFormatJSON< BUFFER_SIZE > | inlineprotected |