forked from Archive/PX4-Autopilot
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…
Reference in New Issue