Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
mesh_topology_neighbour_research_rssi_t Struct Reference

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]
 

Detailed Description

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.)

Member Data Documentation

◆ count

uint8_t mesh_topology_neighbour_research_rssi_t::count[MESH_TOPOLOGY_CHANNEL_COUNT]

◆ receiverId

stone_id_t mesh_topology_neighbour_research_rssi_t::receiverId

◆ rssi

uint8_t mesh_topology_neighbour_research_rssi_t::rssi[MESH_TOPOLOGY_CHANNEL_COUNT]

◆ senderId

stone_id_t mesh_topology_neighbour_research_rssi_t::senderId

◆ standardDeviation

uint8_t mesh_topology_neighbour_research_rssi_t::standardDeviation[MESH_TOPOLOGY_CHANNEL_COUNT]

The documentation for this struct was generated from the following file: