libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

TransportStatsProvider Class Reference

TransportStatsProvider Class Reference

This class provides statistics about the transport layer performance on the local node. More...

#include <transport_stats_provider.hpp>

Inherits uavcan::Noncopyable.

Public Member Functions

int start ()
 Once started, this class requires no further attention.

Detailed Description

This class provides statistics about the transport layer performance on the local node.

The user's application does not deal with this class directly because it's instantiated by the node class.

Definition at line 19 of file transport_stats_provider.hpp.


Member Function Documentation

int start (  )

Once started, this class requires no further attention.

Returns negative error code.

Definition at line 57 of file transport_stats_provider.hpp.