1#ifndef __SABINTERFACE_H__
2#define __SABINTERFACE_H__
18 float rlLoadCellScale,
19 float rlLoadCellOffset,
20 float rrLoadCellScale,
21 float rrLoadCellOffset,
34 pot3.scale = pot3Scale;
35 pot3.offset = pot3Offset;
37 pot4.scale = pot4Scale;
38 pot4.offset = pot4Offset;
42 float rlLoadCellScale,
43 float rlLoadCellOffset,
44 float rrLoadCellScale,
45 float rrLoadCellOffset
46 ) :
SABInterface (rlLoadCellScale, rlLoadCellOffset, rrLoadCellScale, rrLoadCellOffset, 1.0, 0.0, 1.0, 0.0) {};
SABInterface(float rlLoadCellScale, float rlLoadCellOffset, float rrLoadCellScale, float rrLoadCellOffset, float pot3Scale, float pot3Offset, float pot4Scale, float pot4Offset)
SABInterface(float rlLoadCellScale, float rlLoadCellOffset, float rrLoadCellScale, float rrLoadCellOffset)
void retrieve_pots_and_load_cells_CAN(CAN_message_t &recvd_msg)