MCU
Loading...
Searching...
No Matches
SteeringEncoderInterface.h
Go to the documentation of this file.
1#ifndef __UPPERSTEERINGSENSOR_H__
2#define __UPPERSTEERINGSENSOR_H__
3
4#include <tuple>
5
7{
11};
12
14{
15 int raw;
16 float angle;
18};
19
21{
22public:
23// Mock data
25// Functions
26 void sample()
27 {
28 return;
29 };
31 {
32 return mockConversion;
33 };
34 void setOffset(float newOffset);
35};
36
37#endif /* __UPPERSTEERINGSENSOR_H__ */
SteeringEncoderStatus_e
SteeringEncoderConversion_s convert()
SteeringEncoderConversion_s mockConversion
void setOffset(float newOffset)