|
VRS
A file format for sensor data.
|
This is the complete list of members for vrs::DataPieceValue< T >, including all inherited members.
| clone() const override | vrs::DataPieceValue< T > | inlinevirtual |
| collectVariableData(int8_t *, size_t) override | vrs::DataPieceValue< T > | inlinevirtual |
| copyFrom(const DataPiece *original) override | vrs::DataPieceValue< T > | inlineprotectedvirtual |
| DataPiece(string label, DataPieceType type, size_t size) | vrs::DataPiece | protected |
| DataPieceValue(string label, T defaultValue={}) | vrs::DataPieceValue< T > | inlineexplicit |
| DataPieceValue(const MakerBundle &bundle) | vrs::DataPieceValue< T > | explicit |
| fixedSize_ (defined in vrs::DataPiece) | vrs::DataPiece | protected |
| get() const | vrs::DataPieceValue< T > | inline |
| get(T &outValue) const | vrs::DataPieceValue< T > | inline |
| getDataLayout() const | vrs::DataPiece | inline |
| getDefault() const | vrs::DataPieceValue< T > | inline |
| getDescription(string &outDescription) const | vrs::DataPiece | inline |
| getElementTypeName() const override | vrs::DataPieceValue< T > | inlinevirtual |
| getFixedSize() const | vrs::DataPiece | inline |
| getLabel() const | vrs::DataPiece | inline |
| getMax(T &outMax) const | vrs::DataPieceValue< T > | inline |
| getMaxIncrement(T &outMaxIncrement) const | vrs::DataPieceValue< T > | inline |
| getMin(T &outMin) const | vrs::DataPieceValue< T > | inline |
| getMinIncrement(T &outMinIncrement) const | vrs::DataPieceValue< T > | inline |
| getOffset() const | vrs::DataPiece | inline |
| getPieceIndex() const | vrs::DataPiece | inline |
| getPieceType() const | vrs::DataPiece | inline |
| getProperty(const string &propertyName, T &outValue) const | vrs::DataPieceValue< T > | inline |
| getTag(const string &tagName, string &outTag) const | vrs::DataPiece | |
| getTypeName() const | vrs::DataPiece | |
| getUnit(string &outUnit) const | vrs::DataPiece | inline |
| getVariableSize() const override | vrs::DataPieceValue< T > | inlinevirtual |
| hasFixedSize() const | vrs::DataPiece | inline |
| initToDefault() override | vrs::DataPieceValue< T > | inlinevirtual |
| isAvailable() const override | vrs::DataPieceValue< T > | inlinevirtual |
| isMapped() const | vrs::DataPiece | inline |
| isMatch(const DataPiece &rhs) const | vrs::DataPiece | protected |
| isRequired() const | vrs::DataPiece | inline |
| isSame(const DataPiece *rhs) const override | vrs::DataPieceValue< T > | virtual |
| kDescription | vrs::DataPiece | protectedstatic |
| kMaxIncrement | vrs::DataPiece | protectedstatic |
| kMaxValue | vrs::DataPiece | protectedstatic |
| kMinIncrement | vrs::DataPiece | protectedstatic |
| kMinValue | vrs::DataPiece | protectedstatic |
| kUnit | vrs::DataPiece | protectedstatic |
| label_ (defined in vrs::DataPiece) | vrs::DataPiece | protected |
| layout_ (defined in vrs::DataPiece) | vrs::DataPiece | protected |
| offset_ (defined in vrs::DataPiece) | vrs::DataPiece | protected |
| patchValue(T value) const | vrs::DataPieceValue< T > | inline |
| pieceIndex_ (defined in vrs::DataPiece) | vrs::DataPiece | protected |
| pieceType_ (defined in vrs::DataPiece) | vrs::DataPiece | protected |
| print(ostream &out, const string &indent) const override | vrs::DataPieceValue< T > | virtual |
| printCompact(ostream &out, const string &indent) const override | vrs::DataPieceValue< T > | virtual |
| required_ (defined in vrs::DataPiece) | vrs::DataPiece | protected |
| serialize(JsonWrapper &jsonWrapper, const JsonFormatProfileSpec &profile) override | vrs::DataPieceValue< T > | virtual |
| set(const T &value) | vrs::DataPieceValue< T > | inline |
| setDefault(const T &defaultValue) | vrs::DataPieceValue< T > | inline |
| setDescription(const string &description) | vrs::DataPiece | inline |
| setIncrement(T minIncrement, T maxIncrement) | vrs::DataPieceValue< T > | inline |
| setIndexOffset(size_t pieceIndex, size_t offset) (defined in vrs::DataPiece) | vrs::DataPiece | inlineprotected |
| setMax(T max) | vrs::DataPieceValue< T > | inline |
| setMaxIncrement(T maxIncrement) | vrs::DataPieceValue< T > | inline |
| setMin(T min) | vrs::DataPieceValue< T > | inline |
| setMinIncrement(T minIncrement) | vrs::DataPieceValue< T > | inline |
| setProperty(const string &propertyName, T value) | vrs::DataPieceValue< T > | inline |
| setRange(T min, T max) | vrs::DataPieceValue< T > | inline |
| setRequired(bool required=true) | vrs::DataPiece | inline |
| setTag(const string &tagName, const string &tag) | vrs::DataPiece | inline |
| setUnit(const string &unit) | vrs::DataPiece | inline |
| stageCurrentValue() | vrs::DataPiece | inlinevirtual |
| tags_ (defined in vrs::DataPiece) | vrs::DataPiece | protected |
| ~DataPiece() (defined in vrs::DataPiece) | vrs::DataPiece | virtual |