rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
can_rx.h
Go to the documentation of this file.
1// file can_rx.h
2
3#include "pch.h"
4#include "can.h"
5
6#pragma once
7
8uint32_t getFourBytesLsb(const CANRxFrame& frame, int offset);
9uint16_t getTwoBytesLsb(const CANRxFrame& frame, int offset);
10uint16_t getTwoBytesMsb(const CANRxFrame& frame, int offset);
uint16_t getTwoBytesLsb(const CANRxFrame &frame, int offset)
Definition can_rx.cpp:126
uint32_t getFourBytesLsb(const CANRxFrame &frame, int offset)
Definition can_rx.cpp:119
uint16_t getTwoBytesMsb(const CANRxFrame &frame, int offset)
Definition can_rx.cpp:130
uint16_t offset
Definition tunerstudio.h:0