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
8void printCANRxFrame(const size_t busIndex, const CANRxFrame &rx);
9
10uint32_t getFourBytesLsb(const CANRxFrame& frame, int offset);
11uint16_t getTwoBytesLsb(const CANRxFrame& frame, int offset);
12uint16_t getTwoBytesMsb(const CANRxFrame& frame, int offset);
uint16_t getTwoBytesLsb(const CANRxFrame &frame, int offset)
Definition can_rx.cpp:150
uint32_t getFourBytesLsb(const CANRxFrame &frame, int offset)
Definition can_rx.cpp:143
void printCANRxFrame(const size_t busIndex, const CANRxFrame &rx)
Definition can_rx.cpp:29
uint16_t getTwoBytesMsb(const CANRxFrame &frame, int offset)
Definition can_rx.cpp:154
uint16_t offset
Definition tunerstudio.h:0