-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlog_gen_proto.h
More file actions
26 lines (24 loc) · 1.05 KB
/
log_gen_proto.h
File metadata and controls
26 lines (24 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef LOG_GEN_PROTO_H
#define LOG_GEN_PROTO_H
/* Generated from file "back_logger_def.json", last modified 2023-07-25 12:48:05.763090 */
bool MMR_BACK_LOG_Heartbeat();
bool MMR_BACK_LOG_AutonomousLaunchStateChanged(uint8_t state);
bool MMR_BACK_LOG_ClutchStateChanged(uint8_t state);
bool MMR_BACK_LOG_EbsCheckStateChanged(uint8_t state);
bool MMR_BACK_LOG_InfiR2D();
bool MMR_BACK_LOG_LapChanged(uint8_t lap);
bool MMR_BACK_LOG_LaunchControlChanged(uint8_t state);
bool MMR_BACK_LOG_ManualStateChanged(uint8_t state);
bool MMR_BACK_LOG_MissionFinished();
bool MMR_BACK_LOG_MissionReady();
bool MMR_BACK_LOG_ResButtonsChanged(uint8_t buttons);
bool MMR_BACK_LOG_SetLaunchControlAttempted();
bool MMR_BACK_LOG_ShiftDownAttempted();
bool MMR_BACK_LOG_ShiftNeutralAttempted();
bool MMR_BACK_LOG_ShiftUpAttempted();
bool MMR_BACK_LOG_UnsetLaunchControlAttempted();
bool MMR_BACK_LOG_VehicleStandstill();
bool MMR_BACK_LOG_WritingInfiAth(float infiAth);
bool MMR_BACK_LOG_AsmsChanged(bool asms);
bool MMR_BACK_LOG_MissionChanged(uint8_t mission);
#endif // !LOG_GEN_PROTO_H