Go to the documentation of this file. 1 #ifndef __INTERLOCCONTAINER_H__
2 #define __INTERLOCCONTAINER_H__
6 #include <NotificationQueue.h>
7 #include <ThreadSafeQueue.h>
27 #endif //__INTERLOCCONTAINER_H__
ThreadSafeQueue< uint16_t > & getInterlocUpdateOutputQueue()
get interloc position update msg queu
Definition: InterlocContainer.cpp:29
Definition: InterlocContainer.h:9
Definition: IInterlocMessageHandler.h:6
IInterlocMessageHandler & getInterlocMessageHandler()
Definition: InterlocContainer.cpp:19
INotificationQueue< InterlocUpdate > & getInterlocUpdateInputQueue()
Gets a queue in which to insert raw position updates from the BSP layer.
Definition: InterlocContainer.cpp:37
IInterloc & getInterloc()
Definition: InterlocContainer.cpp:12
Definition: IInterloc.h:15