reference_ids.h
Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 #ifndef opc_ua_referencie_ids_h
00012 #define opc_ua_referencie_ids_h
00013 
00014 #include <stdint.h>
00015 
00016 namespace OpcUa
00017 {
00018 
00019   enum class ReferenceId : uint32_t
00020   {
00021     References = 31,
00022     NonHierarchicalReferences = 32,
00023     HierarchicalReferences = 33,
00024     HasChild = 34,
00025     Organizes = 35,
00026     HasEventSource = 36,
00027     HasModellingRule = 37,
00028     HasEncoding = 38,
00029     HasDescription = 39,
00030     HasTypeDefinition = 40,
00031     GeneratesEvent = 41,
00032     Aggregates = 44,
00033     HasSubtype = 45,
00034     HasProperty = 46,
00035     HasComponent = 47,
00036     HasNotifier = 48,
00037     HasOrderedComponent = 49,
00038     HasModelParent = 50,
00039     FromState = 51,
00040     ToState = 52,
00041     HasCause = 53,
00042     HasEffect = 54,
00043     HasHistoricalConfiguration = 56,
00044     HasHistoricalEventConfiguration = 57,
00045     HasSubStateMachine = 117,
00046     HasEventHistory = 118,
00047     AlwaysGeneratesEvent = 3065,
00048     HasTrueSubState = 9004,
00049     HasFalseSubState = 9005,
00050     HasCondition = 9006,
00051 
00052     Unknown = ~uint32_t()
00053   };
00054 
00055 } // namespace OpcUa
00056 #endif // opc_ua_referencie_ids_h
00057 


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Sat Jun 8 2019 18:24:56