PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <microRTPS_client.h>
Public Types | |
enum | eTransports { eTransports::UART, eTransports::UDP } |
Public Attributes | |
eTransports | transport = options::eTransports::UART |
char | device [64] = DEVICE |
char | ip [16] = IP |
uint16_t | recv_port = DEFAULT_RECV_PORT |
uint16_t | send_port = DEFAULT_SEND_PORT |
uint32_t | sleep_ms = SLEEP_MS |
uint32_t | baudrate = BAUDRATE |
uint32_t | poll_ms = POLL_MS |
int | loops = LOOPS |
Definition at line 70 of file microRTPS_client.h.
|
strong |
Enumerator | |
---|---|
UART | |
UDP |
Definition at line 71 of file microRTPS_client.h.
uint32_t options::baudrate = BAUDRATE |
Definition at line 81 of file microRTPS_client.h.
Referenced by micrortps_start(), and parse_options().
char options::device[64] = DEVICE |
Definition at line 76 of file microRTPS_client.h.
Referenced by micrortps_start(), and parse_options().
char options::ip[16] = IP |
Definition at line 77 of file microRTPS_client.h.
Referenced by micrortps_start(), and parse_options().
int options::loops = LOOPS |
Definition at line 83 of file microRTPS_client.h.
Referenced by parse_options().
uint32_t options::poll_ms = POLL_MS |
Definition at line 82 of file microRTPS_client.h.
Referenced by micrortps_start(), and parse_options().
uint16_t options::recv_port = DEFAULT_RECV_PORT |
Definition at line 78 of file microRTPS_client.h.
Referenced by micrortps_start(), and parse_options().
uint16_t options::send_port = DEFAULT_SEND_PORT |
Definition at line 79 of file microRTPS_client.h.
Referenced by micrortps_start(), and parse_options().
uint32_t options::sleep_ms = SLEEP_MS |
Definition at line 80 of file microRTPS_client.h.
Referenced by micrortps_start(), and parse_options().
eTransports options::transport = options::eTransports::UART |
Definition at line 75 of file microRTPS_client.h.
Referenced by micrortps_start(), and parse_options().