Goby3 3.2.3
2025.05.13
|
#include <goby/acomms/modemdriver/janus_driver.h>
Public Attributes | |
int | cargo_size |
std::string | cargo_hex |
std::string | cargo |
int | station_id |
int | destination_id |
bool | ack_request |
int | payload_size |
Definition at line 51 of file janus_driver.h.
bool janus_rx_msg_pkt::ack_request |
Definition at line 58 of file janus_driver.h.
std::string janus_rx_msg_pkt::cargo |
Definition at line 55 of file janus_driver.h.
std::string janus_rx_msg_pkt::cargo_hex |
Definition at line 54 of file janus_driver.h.
int janus_rx_msg_pkt::cargo_size |
Definition at line 53 of file janus_driver.h.
int janus_rx_msg_pkt::destination_id |
Definition at line 57 of file janus_driver.h.
int janus_rx_msg_pkt::payload_size |
Definition at line 59 of file janus_driver.h.
int janus_rx_msg_pkt::station_id |
Definition at line 56 of file janus_driver.h.