Add set value to live data

Print new commands and signals
This commit is contained in:
Ben Kleinheksel
2025-06-16 11:04:38 -04:00
parent f37b88d616
commit 5bfd7e3300
6 changed files with 162 additions and 0 deletions
@@ -38,6 +38,13 @@ public:
LiveDataStatus status;
};
class LiveDataSetValueMessage : public LiveDataMessage {
public:
LiveDataSetValueMessage() {}
std::vector<std::shared_ptr<LiveDataArgument>> args;
std::vector<std::shared_ptr<LiveDataValue>> values;
};
} // namespace icsneo
#endif // __cplusplus