|
gz_wifi_link Struct Reference
[wifi]
Individual link properties.
More...
#include <gazebo.h>
List of all members.
|
Public Attributes |
char | ip [32] |
| IP address of destination.
|
uint16_t | qual |
uint16_t | level |
uint16_t | noise |
Detailed Description
Individual link properties.
Member Data Documentation
|
IP address of destination.
|
|
Link quality, level and noise information these could be uint8_t instead, <linux/wireless.h> will only return that much. maybe some other architecture needs larger?? |
|
Link quality, level and noise information these could be uint8_t instead, <linux/wireless.h> will only return that much. maybe some other architecture needs larger?? |
|
Link quality, level and noise information these could be uint8_t instead, <linux/wireless.h> will only return that much. maybe some other architecture needs larger?? |
The documentation for this struct was generated from the following file:
|