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 | LinkGraphID |
typedef uint16 | LinkGraphJobID |
typedef uint16 | 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 LinkGraphID | INVALID_LINK_GRAPH = UINT16_MAX |
static const LinkGraphID | INVALID_LIN_KGRAPH_JOB = UINT16_MAX |
static const NodeID | INVALID_NODE = UINT16_MAX |
Declaration of link graph types used for cargo distribution.
Definition in file linkgraph_type.h.
enum DistributionType |
Definition at line 24 of file linkgraph_type.h.