HiveMind
|
#include "IInterloc.h"
#include "IInterlocMessageHandler.h"
#include <NotificationQueue.h>
#include <ThreadSafeQueue.h>
Go to the source code of this file.
Namespaces | |
InterlocContainer | |
Functions | |
IInterloc & | InterlocContainer::getInterloc () |
IInterlocMessageHandler & | InterlocContainer::getInterlocMessageHandler () |
ThreadSafeQueue< uint16_t > & | InterlocContainer::getInterlocUpdateOutputQueue () |
get interloc position update msg queu More... | |
INotificationQueue< InterlocUpdate > & | InterlocContainer::getInterlocUpdateInputQueue () |
Gets a queue in which to insert raw position updates from the BSP layer. More... | |