#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | fesa |
namespace | fesa::LoggingMode |
namespace | fesa::PropertyTag |
Typedefs | |
typedef std::vector< std::string > | fesa::ConfigDirs |
Enumerations | |
enum | fesa::LoggingMode::LoggingMode { fesa::LoggingMode::normal = 0, fesa::LoggingMode::verbose = 1, fesa::LoggingMode::veryVerbose = 2 } |
Variables | |
const std::string | fesa::PropertyTag::CMW_SERVER_NAME = "cmwServerName" |
Configuration tag for a specific middleware server name. | |
const std::string | fesa::PropertyTag::TIMING_SIMULATION = "timsim" |
Configuration tag for timing simulation. | |
const std::string | fesa::PropertyTag::INSTANCE_FILE = "instance" |
Configuration tag for loading foreign instance file. | |
const std::string | fesa::PropertyTag::NO_RT_SCHEDULING = "noRTSched" |
Configuration tag for running a FESA binary with NICE priorities and without RR-scheduling (useful for server-only classes and for testing). | |
const std::string | fesa::PropertyTag::MSG_SIZE_MAX = "notif.msgsize_max" |
Configuration tag for the maximal size of the notification message queue. | |
const std::string | fesa::PropertyTag::MSG_NUM_MAX = "notif.msgnum_max" |
Configuration tag for the maximal number of messages in the notification message queue. | |
const std::string | fesa::PropertyTag::MSG_DIAG_SLOTS = "notif.diag_slots" |
Configuration tag for the number of messages in the notification message queue reserved for diagnostic purposes. | |
const std::string | fesa::PropertyTag::DEVICE_DATA_PATH = "device.data_path" |
Configuration tag for the location of the device instantiation and persistency files. | |
const std::string | fesa::PropertyTag::MAX_PERSISTENCY_DELAY = "persistency.maxdelay" |
Configuration tag for the maximal pesistency triggering delay. | |
const std::string | fesa::PropertyTag::CLIENT_UPDATE_POLICY = "notif.client_update_policy" |
Configuration tag for the RDA client update policy. | |
const std::string | fesa::PropertyTag::FIRST_UPDATE_SETTING = "firstupdate.setting" |
Configuration tag for enabling/disabling first updates in subscriptions to setting properties. | |
const std::string | fesa::PropertyTag::FIRST_UPDATE_ACQUISITION = "firstupdate.acquisition" |
Configuration tag for enabling/disabling first updates in subscriptions to acquisition properties. |