|
|
@ -56,6 +56,8 @@ public: |
|
|
|
// file descriptor, exposed so SITL_State::loop_hook() can use it
|
|
|
|
// file descriptor, exposed so SITL_State::loop_hook() can use it
|
|
|
|
int _fd; |
|
|
|
int _fd; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enum flow_control get_flow_control(void) { return FLOW_CONTROL_ENABLE; } |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
uint8_t _portNumber; |
|
|
|
uint8_t _portNumber; |
|
|
|
bool _connected = false; // true if a client has connected
|
|
|
|
bool _connected = false; // true if a client has connected
|
|
|
|