OpFlex Framework  1.7.0
opflex::ofcore::OFConstants Class Reference

Define constants that are generally useful for the Opflex framework. More...

#include <opflex/ofcore/OFConstants.h>

Public Types

enum  OpflexRole {
  BOOTSTRAP = 0, POLICY_ELEMENT = 1, POLICY_REPOSITORY = 2, ENDPOINT_REGISTRY = 4,
  OBSERVER = 8
}
 The set of possible OpFlex roles. More...
 

Detailed Description

Define constants that are generally useful for the Opflex framework.

Member Enumeration Documentation

◆ OpflexRole

The set of possible OpFlex roles.

Each elements in an Opflex system has one or more roles. An opflex client as provided by OFFramework has the role of POLICY_ELEMENT.

Enumerator
BOOTSTRAP 

This is a client connection being used to boostrap the list of peers.

POLICY_ELEMENT 

The policy element role.

POLICY_REPOSITORY 

The policy repository role.

ENDPOINT_REGISTRY 

The endpoint registry role.

OBSERVER 

The observer role.


The documentation for this class was generated from the following file: