ComIntCmd_Tests/Inc/ComIntCmd/Tests.h

18 lines
507 B
C

//
// Created by xemon on 10.11.22.
//
#ifndef UVEOS_ON_NATION_TESTS_H
#define UVEOS_ON_NATION_TESTS_H
#include "XfcProtProcessorUtilDefines.h"
#include "DeviceTestsTable.h"
void XfcProtMethodsAdd_Tests(tXfcProtTable *protTab, tDeviceTestsTable *testsTab);
uint8_t XfcProtMethod_TestsGet(tXfcArray *request, tXfcArray *response, tDeviceTestsTable *testsTab);
uint8_t XfcProtMethod_TestsSetRepeats(tXfcArray *request, tXfcArray *response, tDeviceTestsTable *testsTab);
#endif //UVEOS_ON_NATION_TESTS_H