15 lines
317 B
C
15 lines
317 B
C
/**
|
|
* file can_bench_test.h
|
|
*/
|
|
|
|
#pragma once
|
|
#include "can.h"
|
|
|
|
void processCanQcBenchTest(const CANRxFrame& frame);
|
|
void sendQcBenchEventCounters();
|
|
void sendQcBenchButtonCounters();
|
|
void sendQcBenchAuxDigitalCounters();
|
|
void sendQcBenchRawAnalogValues();
|
|
void sendQcBenchBoardStatus();
|
|
void initQcBenchControls();
|