MAIN MODULE telemetry task implementations.
More...
#include <stdint.h>
Go to the source code of this file.
MAIN MODULE telemetry task implementations.
- Author
- Irving Wang (irvin.nosp@m.gw@p.nosp@m.urdue.nosp@m..edu)
◆ report_telemetry_02hz()
| void report_telemetry_02hz |
( |
void | | ) |
|
Reports telemetry data at 0.2 Hz rate Includes: ABOX git hash.
Reports telemetry data at 0.2 Hz rate Includes: ABOX git hash.
◆ report_telemetry_1hz()
| void report_telemetry_1hz |
( |
void | | ) |
|
Reports telemetry data at 1 Hz rate Includes: AMK diagnostics.
Reports telemetry data at 1 Hz rate Includes: AMK diagnostics.
◆ report_telemetry_50hz()
| void report_telemetry_50hz |
( |
void | | ) |
|
Reports telemetry data at 50 Hz rate Includes: AMK reported wheel_speeds.
◆ TELEMETRY_02HZ_PERIOD_MS
| uint32_t TELEMETRY_02HZ_PERIOD_MS = 5000 |
|
staticconstexpr |
◆ TELEMETRY_1HZ_PERIOD_MS
| uint32_t TELEMETRY_1HZ_PERIOD_MS = 1000 |
|
staticconstexpr |
◆ TELEMETRY_50HZ_PERIOD_MS
| uint32_t TELEMETRY_50HZ_PERIOD_MS = 20 |
|
staticconstexpr |