Declaration of link graph types used for cargo distribution. More...
Go to the source code of this file.
Data Structures | |
struct | EnumPropsT< DistributionType > |
Typedefs | |
typedef uint16 | LinkGraphComponentID |
typedef uint | NodeID |
typedef TinyEnumT < DistributionType > | DistributionTypeByte |
Enumerations | |
enum | DistributionType { DT_BEGIN = 0, DT_MIN = 0, DT_MANUAL = 0, DT_ASYMMETRIC = 1, DT_MAX_NONSYMMETRIC = 1, DT_SYMMETRIC = 2, DT_MAX = 2, DT_NUM = 3, DT_END = 3 } |
Variables | |
static const LinkGraphComponentID | INVALID_LINKGRAPH_COMPONENT = UINT16_MAX |
static const NodeID | INVALID_NODE = UINT_MAX |
Declaration of link graph types used for cargo distribution.
Definition in file linkgraph_type.h.
enum DistributionType |
Definition at line 21 of file linkgraph_type.h.