34 #ifndef SVHFIRMWAREINFO_H 35 #define SVHFIRMWAREINFO_H 74 std::vector<int8_t>
text(48);
75 std::vector<int8_t>
svh(4);
76 svh.insert(svh.begin(), data.
svh.begin(), data.
svh.end());
77 text.insert(text.begin(), data.
text.begin(), data.
text.end());
89 std::vector<uint8_t>
text(48);
90 std::vector<uint8_t>
svh(4);
95 data.
text = std::string(text.begin(), text.end());
96 data.
svh = std::string(svh.begin(), svh.end());
107 << fw.
text.c_str() << std::endl;
115 #endif // SVHFIRMWAREINFO_H
uint16_t version_minor
Minor version number.
std::string svh
4 bytes identifier
driver_svh::ArrayBuilder & operator<<(driver_svh::ArrayBuilder &ab, const SVHControlCommand &data)
The SVHFirmwareInfo holds the data of a firmware response from the hardware.
driver_svh::ArrayBuilder & operator>>(driver_svh::ArrayBuilder &ab, SVHControlCommand &data)
overload stream operator to easily deserialize control commands for one channel
uint16_t version_major
Major version number.
std::string text
48 bytes! of text (free)
bool operator==(const SVHFirmwareInfo &other) const
Compares two SVHFirmware objects.