ChimeraTK-ControlSystemAdapter-OPCUAAdapter  04.00.01
ua_constants Namespace Reference

Variables

int NODE_CLASS_GENERERIC = 0
 Author: Chris Iatrou (ichri.nosp@m.spa@.nosp@m.core-.nosp@m.vect.nosp@m.or.ne.nosp@m.t) Version: rev 13. More...
 
int NODE_CLASS_OBJECT = 1
 
int NODE_CLASS_VARIABLE = 2
 
int NODE_CLASS_METHOD = 4
 
int NODE_CLASS_OBJECTTYPE = 8
 
int NODE_CLASS_VARIABLETYPE = 16
 
int NODE_CLASS_REFERENCETYPE = 32
 
int NODE_CLASS_DATATYPE = 64
 
int NODE_CLASS_VIEW = 128
 
int NODE_CLASS_METHODTYPE = 256
 
int BUILTINTYPE_TYPEID_EXTENSIONOBJECT = 1
 Numeric codes used to encode binary type fields: More...
 
int BUILTINTYPE_TYPEID_LOCALIZEDTEXT = 2
 
int BUILTINTYPE_TYPEID_EXPANDEDNODEID = 3
 
int BUILTINTYPE_TYPEID_NODEID = 4
 
int BUILTINTYPE_TYPEID_DATETIME = 5
 
int BUILTINTYPE_TYPEID_QUALIFIEDNAME = 6
 
int BUILTINTYPE_TYPEID_STATUSCODE = 7
 
int BUILTINTYPE_TYPEID_GUID = 8
 
int BUILTINTYPE_TYPEID_BOOLEAN = 9
 
int BUILTINTYPE_TYPEID_BYTE = 10
 
int BUILTINTYPE_TYPEID_SBYTE = 11
 
int BUILTINTYPE_TYPEID_INT16 = 12
 
int BUILTINTYPE_TYPEID_UINT16 = 13
 
int BUILTINTYPE_TYPEID_INT32 = 14
 
int BUILTINTYPE_TYPEID_UINT32 = 15
 
int BUILTINTYPE_TYPEID_INT64 = 16
 
int BUILTINTYPE_TYPEID_UINT64 = 17
 
int BUILTINTYPE_TYPEID_FLOAT = 18
 
int BUILTINTYPE_TYPEID_DOUBLE = 19
 
int BUILTINTYPE_TYPEID_STRING = 20
 
int BUILTINTYPE_TYPEID_XMLELEMENT = 21
 
int BUILTINTYPE_TYPEID_BYTESTRING = 22
 
int BUILTINTYPE_TYPEID_DIAGNOSTICINFO = 23
 

Variable Documentation

◆ BUILTINTYPE_TYPEID_BOOLEAN

int ua_constants.BUILTINTYPE_TYPEID_BOOLEAN = 9

Definition at line 47 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_BYTE

int ua_constants.BUILTINTYPE_TYPEID_BYTE = 10

Definition at line 48 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_BYTESTRING

int ua_constants.BUILTINTYPE_TYPEID_BYTESTRING = 22

Definition at line 60 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_DATETIME

int ua_constants.BUILTINTYPE_TYPEID_DATETIME = 5

Definition at line 43 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_DIAGNOSTICINFO

int ua_constants.BUILTINTYPE_TYPEID_DIAGNOSTICINFO = 23

Definition at line 61 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_DOUBLE

int ua_constants.BUILTINTYPE_TYPEID_DOUBLE = 19

Definition at line 57 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_EXPANDEDNODEID

int ua_constants.BUILTINTYPE_TYPEID_EXPANDEDNODEID = 3

Definition at line 41 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_EXTENSIONOBJECT

int ua_constants.BUILTINTYPE_TYPEID_EXTENSIONOBJECT = 1

Numeric codes used to encode binary type fields:

Definition at line 39 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_FLOAT

int ua_constants.BUILTINTYPE_TYPEID_FLOAT = 18

Definition at line 56 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_GUID

int ua_constants.BUILTINTYPE_TYPEID_GUID = 8

Definition at line 46 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_INT16

int ua_constants.BUILTINTYPE_TYPEID_INT16 = 12

Definition at line 50 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_INT32

int ua_constants.BUILTINTYPE_TYPEID_INT32 = 14

Definition at line 52 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_INT64

int ua_constants.BUILTINTYPE_TYPEID_INT64 = 16

Definition at line 54 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_LOCALIZEDTEXT

int ua_constants.BUILTINTYPE_TYPEID_LOCALIZEDTEXT = 2

Definition at line 40 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_NODEID

int ua_constants.BUILTINTYPE_TYPEID_NODEID = 4

Definition at line 42 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_QUALIFIEDNAME

int ua_constants.BUILTINTYPE_TYPEID_QUALIFIEDNAME = 6

Definition at line 44 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_SBYTE

int ua_constants.BUILTINTYPE_TYPEID_SBYTE = 11

Definition at line 49 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_STATUSCODE

int ua_constants.BUILTINTYPE_TYPEID_STATUSCODE = 7

Definition at line 45 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_STRING

int ua_constants.BUILTINTYPE_TYPEID_STRING = 20

Definition at line 58 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_UINT16

int ua_constants.BUILTINTYPE_TYPEID_UINT16 = 13

Definition at line 51 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_UINT32

int ua_constants.BUILTINTYPE_TYPEID_UINT32 = 15

Definition at line 53 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_UINT64

int ua_constants.BUILTINTYPE_TYPEID_UINT64 = 17

Definition at line 55 of file ua_constants.py.

◆ BUILTINTYPE_TYPEID_XMLELEMENT

int ua_constants.BUILTINTYPE_TYPEID_XMLELEMENT = 21

Definition at line 59 of file ua_constants.py.

◆ NODE_CLASS_DATATYPE

int ua_constants.NODE_CLASS_DATATYPE = 64

Definition at line 30 of file ua_constants.py.

◆ NODE_CLASS_GENERERIC

int ua_constants.NODE_CLASS_GENERERIC = 0

Author: Chris Iatrou (ichri.nosp@m.spa@.nosp@m.core-.nosp@m.vect.nosp@m.or.ne.nosp@m.t) Version: rev 13.

This program was created for educational purposes and has been contributed to the open62541 project by the author. All licensing terms for this source is inherited by the terms and conditions specified for by the open62541 project (see the projects readme file for more information on the MPL v2 terms and restrictions).

This program is not meant to be used in a production environment. The author is not liable for any complications arising due to the use of this program.

Definition at line 23 of file ua_constants.py.

◆ NODE_CLASS_METHOD

int ua_constants.NODE_CLASS_METHOD = 4

Definition at line 26 of file ua_constants.py.

◆ NODE_CLASS_METHODTYPE

int ua_constants.NODE_CLASS_METHODTYPE = 256

Definition at line 34 of file ua_constants.py.

◆ NODE_CLASS_OBJECT

int ua_constants.NODE_CLASS_OBJECT = 1

Definition at line 24 of file ua_constants.py.

◆ NODE_CLASS_OBJECTTYPE

int ua_constants.NODE_CLASS_OBJECTTYPE = 8

Definition at line 27 of file ua_constants.py.

◆ NODE_CLASS_REFERENCETYPE

int ua_constants.NODE_CLASS_REFERENCETYPE = 32

Definition at line 29 of file ua_constants.py.

◆ NODE_CLASS_VARIABLE

int ua_constants.NODE_CLASS_VARIABLE = 2

Definition at line 25 of file ua_constants.py.

◆ NODE_CLASS_VARIABLETYPE

int ua_constants.NODE_CLASS_VARIABLETYPE = 16

Definition at line 28 of file ua_constants.py.

◆ NODE_CLASS_VIEW

int ua_constants.NODE_CLASS_VIEW = 128

Definition at line 31 of file ua_constants.py.