2014-08-29 07:52:33 -07:00
|
|
|
/**
|
|
|
|
* @file test_signal_executor.h
|
|
|
|
*
|
|
|
|
* @date Nov 28, 2013
|
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2013
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef TEST_SIGNAL_EXECUTOR_H_
|
|
|
|
#define TEST_SIGNAL_EXECUTOR_H_
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C"
|
|
|
|
{
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
|
|
|
|
void testSignalExecutor(void);
|
2014-11-11 13:05:09 -08:00
|
|
|
int getRevolutionCounter();
|
2014-08-29 07:52:33 -07:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
|
|
|
|
#endif /* TEST_SIGNAL_EXECUTOR_H_ */
|