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. | |
Public Attributes | |
| std::string | svh |
| 4 bytes identifier | |
| std::string | text |
| 48 bytes! of text (free) | |
| uint16_t | version_major |
| Major version number. | |
| uint16_t | version_minor |
| Minor version number. | |
The SVHFirmwareInfo holds the data of a firmware response from the hardware.
Definition at line 35 of file SVHFirmwareInfo.h.
| bool driver_svh::SVHFirmwareInfo::operator== | ( | const SVHFirmwareInfo & | other | ) | const [inline] |
Compares two SVHFirmware objects.
Definition at line 47 of file SVHFirmwareInfo.h.
| std::string driver_svh::SVHFirmwareInfo::svh |
4 bytes identifier
Definition at line 38 of file SVHFirmwareInfo.h.
| std::string driver_svh::SVHFirmwareInfo::text |
48 bytes! of text (free)
Definition at line 44 of file SVHFirmwareInfo.h.
Major version number.
Definition at line 40 of file SVHFirmwareInfo.h.
Minor version number.
Definition at line 42 of file SVHFirmwareInfo.h.