OpenJAUS SAE SDK
6.0.0
|
Macros | |
#define | BUILD_KEY(key, name) constants::component::keyPrefix + name + key |
Variables | |
static const std::string | openjaus::settings::keys::global::keyPrefix = "_GLOBAL_" |
static const std::string | openjaus::settings::keys::global::openjaus::suppressExceptionsFile = "_GLOBAL_.OpenJAUS.SuppressExceptionsFile" |
static const std::string | openjaus::settings::keys::global::addressing::method = "_GLOBAL_.Addressing.Method" |
static const std::string | openjaus::settings::keys::global::addressing::subsystemId = "_GLOBAL_.Addressing.SubsystemID" |
static const std::string | openjaus::settings::keys::global::addressing::nodeId = "_GLOBAL_.Addressing.NodeID" |
static const std::string | openjaus::settings::keys::global::networking::enableTcp = "_GLOBAL_.Network.EnableTCP" |
static const std::string | openjaus::settings::keys::global::networking::interfaces = "_GLOBAL_.Network.Interface" |
static const std::string | openjaus::settings::keys::global::networking::largeMessageBurstLength = "_GLOBAL_.Network.LargeMessageBurstLength" |
static const std::string | openjaus::settings::keys::global::networking::ackNakTimeout_sec = "_GLOBAL_.Network.AckNakTimeout_sec" |
static const std::string | openjaus::settings::keys::global::networking::ackNakRetryCount = "_GLOBAL_.Network.AckNakRetryCount" |
static const std::string | openjaus::settings::keys::global::networking::timeToLive = "_GLOBAL_.Network.TTL" |
static const std::string | openjaus::settings::keys::global::networking::broadcastMethod = "_GLOBAL_.JAUSBroadcast.Method" |
static const std::string | openjaus::settings::keys::global::networking::multicastAddress = "_GLOBAL_.JAUSBroadcast.MulticastAddress" |
static const std::string | openjaus::settings::keys::global::networking::unknownRouteResolutionMethod = "_GLOBAL_.Network.UnknownRouteResolutionMethod" |
static const std::string | openjaus::settings::keys::global::networking::loopback::useUniquePorts = "_GLOBAL_.Network.Loopback.UseUniquePorts" |
static const std::string | openjaus::settings::keys::global::transport::maxQueueSize = "_GLOBAL_.Transport.MaxQueueSize" |
static const std::string | openjaus::settings::keys::global::discoveryClient::registerServicesBroadcastInterval_sec = "_GLOBAL_.DiscoveryClientSettings.RegisterServicesBroadcastInterval_sec" |
static const std::string | openjaus::settings::keys::global::discoveryClient::queryIdentificationBroadcastDuration = "_GLOBAL_.DiscoveryClientSettings.QueryIdentificationBroadcastDuration" |
static const std::string | openjaus::settings::keys::global::discoveryClient::queryIdentificationBroadcastInterval_sec = "_GLOBAL_.DiscoveryClientSettings.QueryIdentificationBroadcastInterval_sec" |
static const std::string | openjaus::settings::keys::global::discoveryClient::verifyRegisterServicesInterval_sec = "_GLOBAL_.DiscoveryClientSettings.VerifyRegisterServicesInterval_sec" |
static const std::string | openjaus::settings::keys::global::discoveryClient::discoveryLevel = "_GLOBAL_.DiscoveryClientSettings.DiscoveryLevel" |
static const std::string | openjaus::settings::keys::global::discoveryClient::identifyUnknownComponents = "_GLOBAL_.DiscoveryClientSettings.IdentifyUnknownComponents" |
static const std::string | openjaus::settings::keys::global::discovery::systemName = "_GLOBAL_.Discovery.SystemName" |
static const std::string | openjaus::settings::keys::global::discovery::subsystemName = "_GLOBAL_.Discovery.SubsystemName" |
static const std::string | openjaus::settings::keys::global::discovery::subsystemType = "_GLOBAL_.Discovery.SubsystemType" |
static const std::string | openjaus::settings::keys::global::discovery::nodeName = "_GLOBAL_.Discovery.NodeName" |
static const std::string | openjaus::settings::keys::global::discovery::nodeType = "_GLOBAL_.Discovery.NodeType" |
static const std::string | openjaus::settings::keys::global::events::timeout_min = "_GLOBAL_.EventSettings.Timeout_min" |
static const std::string | openjaus::settings::keys::component::publishedName = ".PublishedName" |
static const std::string | openjaus::settings::keys::component::secondaryPort = ".SecondaryPort" |
static const std::string | openjaus::settings::keys::component::filterFilename = ".FilterFilename" |
static const std::string | openjaus::settings::keys::component::addressing::componentId = ".Addressing.ComponentID" |
static const std::string | openjaus::settings::keys::component::accesscontrol::serverAuthority = ".AccessControl.Settings.ServerAuthority" |
static const std::string | openjaus::settings::keys::component::accesscontrol::timeout_sec = ".AccessControl.Settings.Timeout_sec" |
static const std::string | openjaus::settings::keys::component::discovery::enabled = ".DiscoveryServer.Enabled" |
static const std::string | openjaus::settings::keys::component::liveness::enabled = ".LivenessServer.Enabled" |
static const std::string | openjaus::settings::keys::component::liveness::generateHeartbeats = ".LivenessServer.Settings.GenerateHeartbeats" |
static const std::string | openjaus::settings::keys::component::liveness::heartbeatInterval_sec = ".LivenessServer.Settings.HeartbeatInterval_sec" |
static const std::string | openjaus::settings::keys::component::liveness::timeout_sec = ".LivenessServer.Settings.Timeout_sec" |
static const std::string | openjaus::settings::keys::component::liveness::broadcastStopped = ".LivenessServer.Settings.BroadcastStopped" |
static const std::string | openjaus::settings::keys::component::time::enabled = ".TimeServer.Enabled" |
#define BUILD_KEY | ( | key, | |
name | |||
) | constants::component::keyPrefix + name + key |