56 o <<
"index: " <<
static_cast<int>(sp.
index) <<
" address: " 57 <<
"0x" << std::setw(2) << std::setfill(
'0') << std::hex << static_cast<int>(sp.
address)
59 for (
size_t i = 0; i < sp.
data.size(); i++)
61 o <<
"0x" << std::setw(2) << std::setfill(
'0') << std::hex << static_cast<int>(sp.
data[i])
66 std::cout << std::dec;
uint8_t address
Adress denotes the actual function of the package.
driver_svh::ArrayBuilder & operator<<(driver_svh::ArrayBuilder &ab, const SVHControlCommand &data)
std::vector< uint8_t > data
Payload of the package.
driver_svh::ArrayBuilder & operator>>(driver_svh::ArrayBuilder &ab, SVHControlCommand &data)
overload stream operator to easily deserialize control commands for one channel
uint8_t index
Continuosly incremented counter per package.
The SerialPacket holds the (non generated) header and data of one message to the SVH-Hardware.