Engage Engine API
1.244.9084
|
Definition of a static group for Rallypoints. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
Public Member Functions inherited from AppConfigurationObjects::ConfigurationObjectBase | |
virtual void | initForDocumenting () |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
std::string | id |
Unique identity for the group. | |
NetworkAddress | rx |
The network address for receiving network traffic on. | |
NetworkAddress | tx |
The network address for transmitting network traffic to. | |
std::string | multicastInterfaceName |
[Optional] The name of the NIC on which to send and receive multicast traffic. | |
std::vector< NetworkAddress > | additionalTx |
Vector of additional TX addresses . | |
Public Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
nlohmann::json | _attached |
Additional Inherited Members | |
Protected Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
bool | _documenting |
Definition of a static group for Rallypoints.
Example:
Definition at line 7877 of file ConfigurationObjects.h.
|
inline |
Definition at line 7900 of file ConfigurationObjects.h.
|
inline |
Definition at line 7905 of file ConfigurationObjects.h.
std::vector<NetworkAddress> AppConfigurationObjects::RallypointReflector::additionalTx |
Vector of additional TX addresses .
Definition at line 7898 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::RallypointReflector::id |
Unique identity for the group.
Definition at line 7886 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::RallypointReflector::multicastInterfaceName |
[Optional] The name of the NIC on which to send and receive multicast traffic.
Definition at line 7895 of file ConfigurationObjects.h.
NetworkAddress AppConfigurationObjects::RallypointReflector::rx |
The network address for receiving network traffic on.
Definition at line 7889 of file ConfigurationObjects.h.
NetworkAddress AppConfigurationObjects::RallypointReflector::tx |
The network address for transmitting network traffic to.
Definition at line 7892 of file ConfigurationObjects.h.