AbstractMsgQueue.h File Reference

#include <fesa-core/Core/AbstractEquipment.h>
#include <fesa-core/Utilities/ProcessConfiguration.h>

Go to the source code of this file.

Classes

class  fesa::AbstractMsgQueue
 This class provides an abstract Message Queue. Whether the message queue will be implemented as IPC-Queue or as standard message queue depends on the deployment mode of the application (split, or shared). More...
class  fesa::AbstractMsgQueue::Constants
 constants, which are filled at runtime More...

Namespaces

namespace  fesa

Enumerations

enum  fesa::MQ_TYPE { fesa::LOCAL_MSG_QUEUE, fesa::IPC_MSG_QUEUE }
 

type definition of the message queue type

More...

Variables

const uint32_t fesa::HIGH_MQ_PRIO = 10
 possible message priority values, TODO: for the time being some default values are assigned, but an enumeration would make much more sense
const uint32_t fesa::DEFAULT_MQ_PRIO = 9
const uint32_t fesa::LOW_MQ_PRIO = 8

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1