MCU
Loading...
Searching...
No Matches
lib
mock_interfaces
LoadCellInterface.h
Go to the documentation of this file.
1
#ifndef __LOADCELLINTERFACE_H__
2
#define __LOADCELLINTERFACE_H__
3
4
#include "
Utility.h
"
5
#include "
AnalogSensorsInterface.h
"
6
7
/* Structs */
8
9
struct
LoadCellInterfaceOutput_s
10
{
11
veh_vec<float>
loadCellForcesFiltered
;
12
veh_vec<AnalogConversion_s>
loadCellConversions
;
13
bool
FIRSaturated
;
14
};
15
16
#endif
AnalogSensorsInterface.h
Utility.h
LoadCellInterfaceOutput_s
Definition:
LoadCellInterface.h:10
LoadCellInterfaceOutput_s::loadCellForcesFiltered
veh_vec< float > loadCellForcesFiltered
Definition:
LoadCellInterface.h:11
LoadCellInterfaceOutput_s::loadCellConversions
veh_vec< AnalogConversion_s > loadCellConversions
Definition:
LoadCellInterface.h:12
LoadCellInterfaceOutput_s::FIRSaturated
bool FIRSaturated
Definition:
LoadCellInterface.h:13
veh_vec
generic data vector type that can be used with tire and / or anything to do with 4 corners of the car...
Definition:
Utility.h:17
Generated by
1.9.5