Firmware
uORB::FastRpcChannel Member List

This is the complete list of members for uORB::FastRpcChannel, including all inherited members.

add_subscription(const char *messageName, int32_t msgRateInHz)uORB::FastRpcChannelvirtual
AddRemoteSubscriber(const std::string &messageName) (defined in uORB::FastRpcChannel)uORB::FastRpcChannelinline
get_bulk_data(uint8_t *buffer, int32_t max_size_in_bytes, int32_t *returned_bytes, int32_t *topic_count) (defined in uORB::FastRpcChannel)uORB::FastRpcChannel
get_data(int32_t *msg_type, char *topic_name, int32_t topic_name_len, uint8_t *data, int32_t data_len_in_bytes, int32_t *bytes_returned) (defined in uORB::FastRpcChannel)uORB::FastRpcChannel
GetInstance()uORB::FastRpcChannelinlinestatic
GetRxHandler() (defined in uORB::FastRpcChannel)uORB::FastRpcChannelinline
is_subscriber_present(const char *messageName, int32_t *status) (defined in uORB::FastRpcChannel)uORB::FastRpcChannel
register_handler(uORBCommunicator::IChannelRxHandler *handler)uORB::FastRpcChannelvirtual
remove_subscription(const char *messageName)uORB::FastRpcChannelvirtual
RemoveRemoteSubscriber(const std::string &messageName) (defined in uORB::FastRpcChannel)uORB::FastRpcChannelinline
send_message(const char *messageName, int32_t length, uint8_t *data)uORB::FastRpcChannelvirtual
topic_advertised(const char *messageName)uORB::FastRpcChannelvirtual
topic_unadvertised(const char *messageName)uORB::FastRpcChannelvirtual
unblock_get_data_method() (defined in uORB::FastRpcChannel)uORB::FastRpcChannel