Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: UAVCAN UAVCAN_Subscriber
TransferPerfCounter Class Reference
The class is declared noncopyable for two reasons:
- to prevent accidental pass-by-value into a mutator
- to make the addresses of the counters fixed and exposable to the user of the library.
#include <perf_counter.hpp>
Inherits uavcan::Noncopyable, and uavcan::Noncopyable.
Public Member Functions | |
| const uint64_t & | getTxTransferCount () const |
| Returned references are guaranteed to be valid as long as this instance of Node exists. | |
Detailed Description
The class is declared noncopyable for two reasons:
- to prevent accidental pass-by-value into a mutator
- to make the addresses of the counters fixed and exposable to the user of the library.
Definition at line 17 of file perf_counter.hpp.
Member Function Documentation
| const uint64_t& getTxTransferCount | ( | ) | const |
Returned references are guaranteed to be valid as long as this instance of Node exists.
This is enforced by virtue of the class being Noncopyable.
Definition at line 63 of file perf_counter.hpp.
Generated on Tue Jul 12 2022 17:17:37 by
1.7.2