mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 20:39:06 +08:00
added function to return socket fd
This commit is contained in:
parent
c4d92ff05b
commit
ecbc286469
@ -325,6 +325,8 @@ public:
|
||||
|
||||
unsigned short get_network_port() { return _network_port; }
|
||||
|
||||
int get_socket_fd () { return _socket_fd; };
|
||||
|
||||
protected:
|
||||
Mavlink *next;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user