|
MCU
|
#include "stdint.h"#include "FlexCAN_T4.h"#include "HyTech_CAN.h"#include "MessageQueueDefine.h"#include "AnalogSensorsInterface.h"#include "SteeringEncoderInterface.h"#include "hytech.h"#include "InverterInterface.h"#include "SharedDataTypes.h"
Go to the source code of this file.
Classes | |
| struct | TelemetryInterfaceReadChannels |
| class | TelemetryInterface |
Typedefs | |
| using | InvInt_t = InverterInterface< CANBufferType > |
Variables | |
| const int | FIXED_POINT_PRECISION = 1000 |
| using InvInt_t = InverterInterface<CANBufferType> |
Definition at line 15 of file TelemetryInterface.h.
| const int FIXED_POINT_PRECISION = 1000 |
Definition at line 17 of file TelemetryInterface.h.