EPAM B2BITS ICE Impact Handler C++  1.1.4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Attributes | List of all members
IceImpact::ApplicationOptions Struct Reference

Options to pass to Engine::createIceImpactApplication. More...

#include <B2BITS_IceImpactApplication.h>

Collaboration diagram for IceImpact::ApplicationOptions:
Collaboration graph
[legend]

Public Attributes

RuntimeParameters params
 Application global runtime parameters. More...
 
std::string xmlConfig
 Name of the file with ICE iMpact Multicast XML configuration. More...
 
std::string environmentName
 Environment name in config to use. More...
 

Detailed Description

Options to pass to Engine::createIceImpactApplication.

Member Data Documentation

std::string IceImpact::ApplicationOptions::environmentName

Environment name in config to use.

RuntimeParameters IceImpact::ApplicationOptions::params

Application global runtime parameters.

std::string IceImpact::ApplicationOptions::xmlConfig

Name of the file with ICE iMpact Multicast XML configuration.