CAPIO-CL 1.2.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_HOMENODE_IP
 Multicast monitor homenode IP.
static ConfigurationEntry DEFAULT_MONITOR_HOMENODE_PORT
 Multicast monitor homenode PORT.

Detailed Description

Defaults values keys for runtime options of CAPIO-CL.

Member Data Documentation

◆ 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_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: