mavsdk::Handle Class Reference ​
#include: handle.h
A handle returned from subscribe which allows to unsubscribe again.
Public Member Functions ​
| Type | Name | Description |
|---|---|---|
| Â | Handle ()=default | |
| Â | ~Handle ()=default | |
| bool | valid () const | Wheter handle is valid. |
| bool | operator< (const Handle & other)const | |
| bool | operator== (const Handle & other)const |
Constructor & Destructor Documentation ​
Handle() ​
cpp
mavsdk::Handle< Args >::Handle()=default~Handle() ​
cpp
mavsdk::Handle< Args >::~Handle()=defaultMember Function Documentation ​
valid() ​
cpp
bool mavsdk::Handle< Args >::valid() constWheter handle is valid.
Returns
 bool - true if handle is valid
operator<() ​
cpp
bool mavsdk::Handle< Args >::operator<(const Handle &other) constParameters
- const Handle& other -
Returns
 bool -
operator==() ​
cpp
bool mavsdk::Handle< Args >::operator==(const Handle &other) constParameters
- const Handle& other -
Returns
 bool -

