lacteApp
C++17 service for Lacte hardware
Loading...
Searching...
No Matches
lacte::bus::detail Namespace Reference

Functions

void encode_board_snapshot (insitech::bus::Envelope &envelope, const BoardSnapshot &snapshot)
auto decode_board_snapshot (const insitech::bus::Envelope &envelope) -> BoardSnapshot
void encode_rfid_data (insitech::bus::Envelope &envelope, const RfidData &data)
auto decode_rfid_data (const insitech::bus::Envelope &envelope) -> RfidData

Function Documentation

◆ decode_board_snapshot()

auto lacte::bus::detail::decode_board_snapshot ( const insitech::bus::Envelope & envelope) -> BoardSnapshot
inline

Definition at line 162 of file Envelopes.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ decode_rfid_data()

auto lacte::bus::detail::decode_rfid_data ( const insitech::bus::Envelope & envelope) -> RfidData
inline

Definition at line 227 of file Envelopes.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ encode_board_snapshot()

void lacte::bus::detail::encode_board_snapshot ( insitech::bus::Envelope & envelope,
const BoardSnapshot & snapshot )
inline

Definition at line 142 of file Envelopes.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ encode_rfid_data()

void lacte::bus::detail::encode_rfid_data ( insitech::bus::Envelope & envelope,
const RfidData & data )
inline

Definition at line 206 of file Envelopes.hpp.

Here is the call graph for this function:
Here is the caller graph for this function: