|
Wiselib
|
#include <cbtc_topology_message.h>
Public Types | |
| typedef OsModel_P | OsModel |
| typedef Radio_P | Radio |
| typedef Radio::block_data_t | block_data_t |
| typedef Radio::node_id_t | node_id_t |
Public Member Functions | |
| CbtcTopologyMessage (uint8_t id) | |
| uint8_t | msg_id () |
| void | set_msg_id (uint8_t id) |
| int | power () |
| void | set_power (int power) |
| double | position_x () |
| double | position_y () |
| void | set_position (double x, double y) |
Static Public Attributes | |
| uint8_t static const | HELLO_SIZE = sizeof(uint8_t) + sizeof(int) + sizeof(double) * 2 |
| uint8_t static const | ACK_SIZE = sizeof(uint8_t) + sizeof(int) + sizeof(double) * 2 |
| uint8_t static const | ASYMMETRIC_SIZE = sizeof(uint8_t) |
| uint8_t static const | NDP_SIZE = sizeof(uint8_t) + sizeof(int) + sizeof(double) * 2 |
| typedef Radio::block_data_t wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::block_data_t |
| typedef Radio::node_id_t wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::node_id_t |
| typedef OsModel_P wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::OsModel |
| typedef Radio_P wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::Radio |
| wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::CbtcTopologyMessage | ( | uint8_t | id | ) | [inline] |
| uint8_t wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::msg_id | ( | ) | [inline] |
| double wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::position_x | ( | ) | [inline] |
| double wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::position_y | ( | ) | [inline] |
| int wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::power | ( | ) | [inline] |
| void wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::set_msg_id | ( | uint8_t | id | ) | [inline] |
| void wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::set_position | ( | double | x, |
| double | y | ||
| ) | [inline] |
| void wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::set_power | ( | int | power | ) | [inline] |
uint8_t static const wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::ACK_SIZE = sizeof(uint8_t) + sizeof(int) + sizeof(double) * 2 [static] |
uint8_t static const wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::ASYMMETRIC_SIZE = sizeof(uint8_t) [static] |
uint8_t static const wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::HELLO_SIZE = sizeof(uint8_t) + sizeof(int) + sizeof(double) * 2 [static] |
uint8_t static const wiselib::CbtcTopologyMessage< OsModel_P, Radio_P >::NDP_SIZE = sizeof(uint8_t) + sizeof(int) + sizeof(double) * 2 [static] |
1.7.4