|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Public Member Functions | |
| const char * | get_name () const override |
| uint16_t | get_id () override |
| unsigned | get_size () override |
| Get maximal total messages size on update. More... | |
Public Member Functions inherited from MavlinkStream | |
| MavlinkStream (Mavlink *mavlink) | |
| virtual | ~MavlinkStream ()=default |
| MavlinkStream (const MavlinkStream &)=delete | |
| MavlinkStream & | operator= (const MavlinkStream &)=delete |
| MavlinkStream (MavlinkStream &&)=delete | |
| MavlinkStream & | operator= (MavlinkStream &&)=delete |
| void | set_interval (const int interval) |
| Get the interval. More... | |
| int | get_interval () |
| Get the interval. More... | |
| int | update (const hrt_abstime &t) |
| Update subscriptions and send message if necessary. More... | |
| virtual bool | const_rate () |
| virtual unsigned | get_size_avg () |
| Get the average message size. More... | |
| bool | first_message_sent () const |
| void | reset_last_sent () |
| Reset the time of last sent to 0. More... | |
Public Member Functions inherited from ListNode< MavlinkStream *> | |
| void | setSibling (MavlinkStream * sibling) |
| const MavlinkStream * | getSibling () const |
Static Public Member Functions | |
| static const char * | get_name_static () |
| static uint16_t | get_id_static () |
| static MavlinkStream * | new_instance (Mavlink *mavlink) |
Protected Member Functions | |
| MavlinkStreamCollision (Mavlink *mavlink) | |
| bool | send (const hrt_abstime t) override |
Protected Member Functions inherited from MavlinkStream | |
| virtual void | update_data () |
| Function to collect/update data for the streams at a high rate independant of actual stream rate. More... | |
Private Member Functions | |
| MavlinkStreamCollision (MavlinkStreamCollision &)=delete | |
| MavlinkStreamCollision & | operator= (const MavlinkStreamCollision &)=delete |
Private Attributes | |
| MavlinkOrbSubscription * | _collision_sub |
| uint64_t | _collision_time |
Additional Inherited Members | |
Protected Attributes inherited from MavlinkStream | |
| Mavlink *const | _mavlink |
| int | _interval {1000000} |
| if set to negative value = unlimited rate More... | |
Protected Attributes inherited from ListNode< MavlinkStream *> | |
| MavlinkStream * | _list_node_sibling |
Definition at line 2044 of file mavlink_messages.cpp.
|
privatedelete |
|
inlineexplicitprotected |
Definition at line 2086 of file mavlink_messages.cpp.
|
inlineoverridevirtual |
Implements MavlinkStream.
Definition at line 2062 of file mavlink_messages.cpp.
References MavlinkStreamHeartbeat::get_id_static().
|
inlinestatic |
Definition at line 2057 of file mavlink_messages.cpp.
|
inlineoverridevirtual |
Implements MavlinkStream.
Definition at line 2047 of file mavlink_messages.cpp.
References get_name_static().
|
inlinestatic |
Definition at line 2052 of file mavlink_messages.cpp.
Referenced by get_name().
|
inlineoverridevirtual |
Get maximal total messages size on update.
Implements MavlinkStream.
Definition at line 2072 of file mavlink_messages.cpp.
|
inlinestatic |
Definition at line 2067 of file mavlink_messages.cpp.
|
privatedelete |
|
inlineoverrideprotectedvirtual |
Implements MavlinkStream.
Definition at line 2091 of file mavlink_messages.cpp.
References MavlinkStream::_mavlink, collision_report_s::action, collision_report_s::altitude_minimum_delta, Mavlink::get_channel(), collision_report_s::horizontal_minimum_delta, collision_report_s::id, msg, collision_report_s::src, collision_report_s::threat_level, collision_report_s::time_to_minimum_delta, and MavlinkOrbSubscription::update().
|
private |
Definition at line 2078 of file mavlink_messages.cpp.
|
private |
Definition at line 2079 of file mavlink_messages.cpp.