CAPIO-CL 1.4.0
CAPIO-CL: Cross Application Programmable I/O - Coordination Language
Loading...
Searching...
No Matches
capiocl::configuration::defaults Struct Reference

Defaults values keys for runtime options of CAPIO-CL. More...

#include <configuration.h>

Collaboration diagram for capiocl::configuration::defaults:

Static Public Attributes

static ConfigurationEntry DEFAULT_MONITOR_MCAST_IP
 Multicast monitor commit IP.
static ConfigurationEntry DEFAULT_MONITOR_MCAST_PORT
 Multicast monitor commit PORT.
static ConfigurationEntry DEFAULT_MONITOR_MCAST_DELAY
 Multicast monitor delay before following operation.
static ConfigurationEntry DEFAULT_MONITOR_MCAST_ENABLED
 Enable multicast monitor by default.
static ConfigurationEntry DEFAULT_MONITOR_HOMENODE_IP
 Multicast monitor homenode IP.
static ConfigurationEntry DEFAULT_MONITOR_HOMENODE_PORT
 Multicast monitor homenode PORT.
static ConfigurationEntry DEFAULT_MONITOR_FS_ENABLED
 Enable File system monitor by default.
static ConfigurationEntry DEFAULT_API_MULTICAST_IP
 IP multicast address for receiving and sending changes in the CapioCL configuration.
static ConfigurationEntry DEFAULT_API_MULTICAST_PORT
 IP multicast port for receiving and sending changes in the CapioCL configuration.

Detailed Description

Defaults values keys for runtime options of CAPIO-CL.

Member Data Documentation

◆ DEFAULT_API_MULTICAST_IP

ConfigurationEntry capiocl::configuration::defaults::DEFAULT_API_MULTICAST_IP
static
Initial value:
{"dynamic_api.ip",
"224.224.224.3"}

IP multicast address for receiving and sending changes in the CapioCL configuration.

◆ DEFAULT_API_MULTICAST_PORT

ConfigurationEntry capiocl::configuration::defaults::DEFAULT_API_MULTICAST_PORT
static
Initial value:
{"dynamic_api.port",
"11223"}

IP multicast port for receiving and sending changes in the CapioCL configuration.

◆ DEFAULT_MONITOR_FS_ENABLED

ConfigurationEntry capiocl::configuration::defaults::DEFAULT_MONITOR_FS_ENABLED
static
Initial value:
{
"monitor.filesystem.enabled", "true"}

Enable File system monitor by default.

◆ DEFAULT_MONITOR_HOMENODE_IP

ConfigurationEntry capiocl::configuration::defaults::DEFAULT_MONITOR_HOMENODE_IP
static
Initial value:
{
"monitor.mcast.homenode.ip", "224.224.224.2"}

Multicast monitor homenode IP.

◆ DEFAULT_MONITOR_HOMENODE_PORT

ConfigurationEntry capiocl::configuration::defaults::DEFAULT_MONITOR_HOMENODE_PORT
static
Initial value:
{
"monitor.mcast.homenode.port", "12345"}

Multicast monitor homenode PORT.

◆ DEFAULT_MONITOR_MCAST_DELAY

ConfigurationEntry capiocl::configuration::defaults::DEFAULT_MONITOR_MCAST_DELAY
static
Initial value:
{
"monitor.mcast.delay_ms", "300"}

Multicast monitor delay before following operation.

◆ DEFAULT_MONITOR_MCAST_ENABLED

ConfigurationEntry capiocl::configuration::defaults::DEFAULT_MONITOR_MCAST_ENABLED
static
Initial value:
{
"monitor.mcast.enabled", "true"}

Enable multicast monitor by default.

◆ DEFAULT_MONITOR_MCAST_IP

ConfigurationEntry capiocl::configuration::defaults::DEFAULT_MONITOR_MCAST_IP
static
Initial value:
{
"monitor.mcast.commit.ip", "224.224.224.1"}

Multicast monitor commit IP.

◆ DEFAULT_MONITOR_MCAST_PORT

ConfigurationEntry capiocl::configuration::defaults::DEFAULT_MONITOR_MCAST_PORT
static
Initial value:
{
"monitor.mcast.commit.port", "12345"}

Multicast monitor commit PORT.


The documentation for this struct was generated from the following files: