ABOX Telemetry task implementations.
More...
#include <stdint.h>
Go to the source code of this file.
|
| void | report_telemetry_100hz (void) |
| | Reports telemetry data at 100 Hz rate Includes: Pack stats, charging telemetry, cell telemetry.
|
| |
| void | report_telemetry_8hz (void) |
| | Reports telemetry data at 8 Hz rate Includes: Thermal stats.
|
| |
| void | report_telemetry_02hz (void) |
| | Reports telemetry data at 0.2 Hz rate Includes: ABOX git hash.
|
| |
ABOX 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_100hz()
| void report_telemetry_100hz |
( |
void | | ) |
|
Reports telemetry data at 100 Hz rate Includes: Pack stats, charging telemetry, cell telemetry.
◆ report_telemetry_8hz()
| void report_telemetry_8hz |
( |
void | | ) |
|
Reports telemetry data at 8 Hz rate Includes: Thermal stats.
◆ TELEMETRY_02HZ_PERIOD_MS
| uint32_t TELEMETRY_02HZ_PERIOD_MS = 5000 |
|
staticconstexpr |
◆ TELEMETRY_100HZ_PERIOD_MS
| uint32_t TELEMETRY_100HZ_PERIOD_MS = 10 |
|
staticconstexpr |
◆ TELEMETRY_8HZ_PERIOD_MS
| uint32_t TELEMETRY_8HZ_PERIOD_MS = 125 |
|
staticconstexpr |