Represents a single device chain, a collection of DeviceNode objects. More...
Public Attributes | |
const char * | Name |
Name of device chain. | |
bool | IsLocked |
true if device chain is locked; otherwise, false | |
DeviceNode * | nodes |
List of nodes in this device chain. | |
size_t | numNodes |
Number of nodes in the nodes field. | |
Represents a single device chain, a collection of DeviceNode objects.
Definition at line 45 of file Facade_ComplexSystem.c.
bool IsLocked |
true if device chain is locked; otherwise, false
Definition at line 48 of file Facade_ComplexSystem.c.
Referenced by LockDeviceChain(), and UnlockDeviceChain().
const char* Name |
Name of device chain.
Definition at line 47 of file Facade_ComplexSystem.c.
Referenced by Visitor_Shop::PickupOrder(), Visitor_Shop::PlaceOrder(), and EntryInformation::ToString().
DeviceNode* nodes |
List of nodes in this device chain.
Definition at line 49 of file Facade_ComplexSystem.c.
Referenced by DeviceChain_GetIdCodesForVisibleNodes(), DeviceChain_ResetVisibility(), and DeviceChain_ShowHideNodes().
size_t numNodes |
Number of nodes in the nodes
field.
Definition at line 50 of file Facade_ComplexSystem.c.
Referenced by DeviceChain_GetIdCodesForVisibleNodes(), DeviceChain_ResetVisibility(), and DeviceChain_ShowHideNodes().