reference_ids.h
Go to the documentation of this file.
1 
11 #ifndef opc_ua_referencie_ids_h
12 #define opc_ua_referencie_ids_h
13 
14 #include <stdint.h>
15 
16 namespace OpcUa
17 {
18 
19 enum class ReferenceId : uint32_t
20 {
21  References = 31,
24  HasChild = 34,
25  Organizes = 35,
26  HasEventSource = 36,
27  HasModellingRule = 37,
28  HasEncoding = 38,
29  HasDescription = 39,
30  HasTypeDefinition = 40,
31  GeneratesEvent = 41,
32  Aggregates = 44,
33  HasSubtype = 45,
34  HasProperty = 46,
35  HasComponent = 47,
36  HasNotifier = 48,
38  HasModelParent = 50,
39  FromState = 51,
40  ToState = 52,
41  HasCause = 53,
42  HasEffect = 54,
45  HasSubStateMachine = 117,
46  HasEventHistory = 118,
47  AlwaysGeneratesEvent = 3065,
48  HasTrueSubState = 9004,
49  HasFalseSubState = 9005,
50  HasCondition = 9006,
51 
52  Unknown = ~uint32_t()
53 };
54 
55 } // namespace OpcUa
56 #endif // opc_ua_referencie_ids_h
57 
OPC UA Address space part. GNU LGPL.


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:07