2014-08-29 07:52:33 -07:00
|
|
|
/*
|
|
|
|
* test_event_registry.cpp
|
|
|
|
*
|
|
|
|
* Created on: Nov 27, 2013
|
2015-01-12 16:05:46 -08:00
|
|
|
* Author: Andrey Belomutskiy, (c) 2012-2015
|
2014-08-29 07:52:33 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "event_registry.h"
|
|
|
|
#include "test_event_registry.h"
|
|
|
|
#include "main.h"
|
|
|
|
|
|
|
|
static ActuatorEventList eventList;
|
|
|
|
static ActuatorEventList result;
|
|
|
|
|
|
|
|
extern int outputSignalCount;
|
|
|
|
|
|
|
|
void testEventRegistry(void) {
|
|
|
|
}
|