NANDRAD Data Model Library
Version 2.0
NANDRAD
|
Defines a reference type enumeration, used to identify groups of objects with same global access type.
Definition at line 33 of file NANDRAD_ModelInputReference.h.
#include <NANDRAD_ModelInputReference.h>
Public Types | |
enum | referenceType_t { MRT_LOCATION, MRT_ZONE, MRT_CONSTRUCTIONINSTANCE, MRT_EMBEDDED_OBJECT, MRT_SCHEDULE, MRT_MODEL, MRT_NETWORK, MRT_NETWORKELEMENT, NUM_MRT } |
Types used to identify either models generated implicitly from parametrization blocks, or other generic models (MRT_MODEL). More... | |
Types used to identify either models generated implicitly from parametrization blocks, or other generic models (MRT_MODEL).
For each parametrization type that results in implicit models, for example Zone, ConstructionInstance, Interface etc. exactly one type identifier is defined.
Definition at line 41 of file NANDRAD_ModelInputReference.h.