
Go to the source code of this file.
Classes | |
| struct | driver_svh::SVHFirmwareInfo |
| The SVHFirmwareInfo holds the data of a firmware response from the hardware. More... | |
Namespaces | |
| driver_svh | |
Functions | |
| icl_comm::ArrayBuilder & | driver_svh::operator<< (icl_comm::ArrayBuilder &ab, SVHFirmwareInfo &data) |
| overload stream operator to easily serialize firmware data More... | |
| std::ostream & | driver_svh::operator<< (std::ostream &o, const SVHFirmwareInfo &fw) |
| Output Stream operator for easy output of the firmware information. More... | |
| icl_comm::ArrayBuilder & | driver_svh::operator>> (icl_comm::ArrayBuilder &ab, SVHFirmwareInfo &data) |
| overload stream operator to easily serialize firmware data More... | |
This file contains the SVHFirmwareInfo data structure that is used to receive information about the current firmware settings
Definition in file SVHFirmwareInfo.h.