MotorControlModuleSDFM_TMS3.../Projects/EFC_Communication/UMLibrary/application/tests/add.hh
2024-06-07 11:12:56 +03:00

39 lines
892 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*!\file
* \brief \todo Описание файла.
*/
/*
* add.h
*
* Created on: 25 июн. 2019 г.
* Author: titov
*/
#ifndef SOURCE_APPLICATION_TEST_ADD_H_
#define SOURCE_APPLICATION_TEST_ADD_H_
#include "../../configuration/software/AppCreate.hh"
//#include "SciPeripheralTest.hh"
//#include "ExampleCParamsUser.hh"
#include "../ApplicationInitializerList.hh"
namespace application { namespace tests {
void add( configuration::software::ApplicationConfigurator & configurator );
}
}
inline void application::tests::add(
configuration::software::ApplicationConfigurator & configurator ) {
using namespace configuration;
// typedef typename software::AppCreate<SciPeripheralTest, void, configuration::ProcessConfig> SCIInit;
// registration( configurator, &SCIInit::build, info::SciPeripheralTest );
}
#endif /* SOURCE_APPLICATION_TEST_ADD_H_ */