Public Member Functions | Public Attributes

NodeType Class Reference

Enum specifying node properties. More...

#include <ChurnGenerator.h>

List of all members.

Public Member Functions

 NodeType ()

Public Attributes

int32_t typeID
std::string terminalType
std::vector< std::string > channelTypesRx
std::vector< std::string > channelTypesTx
cObject ** context

Detailed Description

Enum specifying node properties.

Author:
Stephan Krause

Definition at line 42 of file ChurnGenerator.h.


Constructor & Destructor Documentation

NodeType::NodeType (  )  [inline]

Definition at line 45 of file ChurnGenerator.h.

: typeID(-1) {};


Member Data Documentation

std::vector<std::string> NodeType::channelTypesRx
std::vector<std::string> NodeType::channelTypesTx
cObject** NodeType::context

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