fome-fw/firmware/controllers/algo/algo.h

17 lines
336 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/*
* @file algo.h
*
* @date Mar 2, 2014
2015-12-31 13:02:30 -08:00
* @author Andrey Belomutskiy, (c) 2012-2016
2015-07-10 06:01:56 -07:00
*/
#ifndef ALGO_H_
#define ALGO_H_
#include "main.h"
#include "engine_configuration.h"
void initDataStructures(DECLARE_ENGINE_PARAMETER_F);
void initAlgo(Logging *sharedLogger, engine_configuration_s *engineConfiguration);
#endif /* ALGO_H_ */