#include <fesa-core/Core/AbstractMsgQueue.h>
#include <fesa-core/Utilities/Mutex.h>
#include <fesa-core/Utilities/ConditionalVariable.h>
#include <string>
#include <queue>
Go to the source code of this file.
Classes | |
class | fesa::LocalMsgQueue |
If the RT task and the server are in the same process, the STL queue is used. The class provides the structure of the local message queue and its corresponding functions. More... | |
Namespaces | |
namespace | fesa |