19 lines
331 B
C++
19 lines
331 B
C++
/*
|
|
* test_event_registry.cpp
|
|
*
|
|
* Created on: Nov 27, 2013
|
|
* Author: Andrey Belomutskiy, (c) 2012-2015
|
|
*/
|
|
|
|
#include "event_registry.h"
|
|
#include "test_event_registry.h"
|
|
#include "main.h"
|
|
|
|
static ActuatorEventList eventList;
|
|
static ActuatorEventList result;
|
|
|
|
extern int outputSignalCount;
|
|
|
|
void testEventRegistry(void) {
|
|
}
|