Firmware
|
Public Member Functions | |
template<class T > | |
bool | get (const struct orb_metadata *meta, uORB::Subscription< T > *&subscription, unsigned instance=0) |
Get a subscription. More... | |
void | update () |
update all subscriptions (if new data is available) | |
void | forcedUpdate () |
update all subscriptions | |
bool SubscriptionArray::get | ( | const struct orb_metadata * | meta, |
uORB::Subscription< T > *& | subscription, | ||
unsigned | instance = 0 |
||
) |
Get a subscription.
meta | ORB_ID(topic) |
subscription | returned subscription (output parameter) |
instance | topic instance |