rusefi-1/firmware/console/status_loop.h

22 lines
408 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file status_loop.h
*
* @date Mar 15, 2013
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2015-07-10 06:01:56 -07:00
*/
#ifndef CONSOLE_LOOP_H_
#define CONSOLE_LOOP_H_
#include "engine.h"
void updateDevConsoleState(void);
2015-07-10 06:01:56 -07:00
void prepareTunerStudioOutputs(void);
void startStatusThreads(void);
void initStatusLoop(void);
2015-07-10 06:01:56 -07:00
void writeLogLine(void);
bool getFullLog(void);
void setFullLog(int value);
#endif /* CONSOLE_LOOP_H_ */