Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
Message format to be sent over uart. More...
#include <cs_MeshTopologyPackets.h>
Public Attributes | |
stone_id_t | receiverId |
stone_id_t | senderId |
uint8_t | count [MESH_TOPOLOGY_CHANNEL_COUNT] |
uint8_t | rssi [MESH_TOPOLOGY_CHANNEL_COUNT] |
uint8_t | standardDeviation [MESH_TOPOLOGY_CHANNEL_COUNT] |
Message format to be sent over uart.
This is the inflated counterpart of rssi_data_message_t.
(Necessary since we have to fold in our own id anyway.)
uint8_t mesh_topology_neighbour_research_rssi_t::count[MESH_TOPOLOGY_CHANNEL_COUNT] |
stone_id_t mesh_topology_neighbour_research_rssi_t::receiverId |
uint8_t mesh_topology_neighbour_research_rssi_t::rssi[MESH_TOPOLOGY_CHANNEL_COUNT] |
stone_id_t mesh_topology_neighbour_research_rssi_t::senderId |
uint8_t mesh_topology_neighbour_research_rssi_t::standardDeviation[MESH_TOPOLOGY_CHANNEL_COUNT] |