added function to return socket fd

This commit is contained in:
tumbili 2015-06-19 14:27:42 +02:00
parent c4d92ff05b
commit ecbc286469
1 changed files with 2 additions and 0 deletions

View File

@ -325,6 +325,8 @@ public:
unsigned short get_network_port() { return _network_port; } unsigned short get_network_port() { return _network_port; }
int get_socket_fd () { return _socket_fd; };
protected: protected:
Mavlink *next; Mavlink *next;