MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / DataManagementSensitivityStatus

Class DataManagementSensitivityStatus

OpenHD/ohd_interface/src/wb_link_manager.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 uint8_t bandwidth_mhz;
39} __attribute__((packed));
40struct DataManagementSensitivityStatus {
41 uint16_t dummy_0;
42 uint16_t dummy_1;
43} __attribute__((packed));
44static std::vector<uint8_t> pack_management_frame(
45 const DataManagementTxBandwidth &data) {
46 std::vector<uint8_t> ret;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected