Add test to example

This commit is contained in:
Ben Kleinheksel
2025-06-16 11:04:40 -04:00
parent 5bfd7e3300
commit 0b135e29a0
4 changed files with 42 additions and 0 deletions
+1
View File
@@ -156,6 +156,7 @@ namespace LiveDataUtil
LiveDataHandle getNewHandle();
double liveDataValueToDouble(const LiveDataValue& val);
int liveDataDoubleToValue(LiveDataValue& value, const double& dFloat);
static constexpr uint32_t LiveDataVersion = 1;
} // namespace LiveDataUtil
@@ -43,6 +43,7 @@ public:
LiveDataSetValueMessage() {}
std::vector<std::shared_ptr<LiveDataArgument>> args;
std::vector<std::shared_ptr<LiveDataValue>> values;
void appendSetValue(LiveDataValueType valueType, const LiveDataValue& value);
};
} // namespace icsneo