The SVHFirmwareInfo holds the data of a firmware response from the hardware. More...
#include <SVHFirmwareInfo.h>
Public Member Functions | |
bool | operator== (const SVHFirmwareInfo &other) const |
Compares two SVHFirmware objects. More... | |
Public Attributes | |
std::string | svh |
4 bytes identifier More... | |
std::string | text |
48 bytes! of text (free) More... | |
uint16_t | version_major |
Major version number. More... | |
uint16_t | version_minor |
Minor version number. More... | |
The SVHFirmwareInfo holds the data of a firmware response from the hardware.
Definition at line 48 of file SVHFirmwareInfo.h.
|
inline |
Compares two SVHFirmware objects.
Definition at line 60 of file SVHFirmwareInfo.h.
std::string driver_svh::SVHFirmwareInfo::svh |
4 bytes identifier
Definition at line 51 of file SVHFirmwareInfo.h.
std::string driver_svh::SVHFirmwareInfo::text |
48 bytes! of text (free)
Definition at line 57 of file SVHFirmwareInfo.h.
uint16_t driver_svh::SVHFirmwareInfo::version_major |
Major version number.
Definition at line 53 of file SVHFirmwareInfo.h.
uint16_t driver_svh::SVHFirmwareInfo::version_minor |
Minor version number.
Definition at line 55 of file SVHFirmwareInfo.h.