mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 07:10:35 +08:00
added function to return socket fd
This commit is contained in:
@@ -325,6 +325,8 @@ public:
|
||||
|
||||
unsigned short get_network_port() { return _network_port; }
|
||||
|
||||
int get_socket_fd () { return _socket_fd; };
|
||||
|
||||
protected:
|
||||
Mavlink *next;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user