ChimeraTK-ControlSystemAdapter-OPCUAAdapter
04.00.01
|
int ua_constants.BUILTINTYPE_TYPEID_BOOLEAN = 9 |
Definition at line 47 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_BYTE = 10 |
Definition at line 48 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_BYTESTRING = 22 |
Definition at line 60 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_DATETIME = 5 |
Definition at line 43 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_DIAGNOSTICINFO = 23 |
Definition at line 61 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_DOUBLE = 19 |
Definition at line 57 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_EXPANDEDNODEID = 3 |
Definition at line 41 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_EXTENSIONOBJECT = 1 |
Numeric codes used to encode binary type fields:
Definition at line 39 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_FLOAT = 18 |
Definition at line 56 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_GUID = 8 |
Definition at line 46 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_INT16 = 12 |
Definition at line 50 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_INT32 = 14 |
Definition at line 52 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_INT64 = 16 |
Definition at line 54 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_LOCALIZEDTEXT = 2 |
Definition at line 40 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_NODEID = 4 |
Definition at line 42 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_QUALIFIEDNAME = 6 |
Definition at line 44 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_SBYTE = 11 |
Definition at line 49 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_STATUSCODE = 7 |
Definition at line 45 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_STRING = 20 |
Definition at line 58 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_UINT16 = 13 |
Definition at line 51 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_UINT32 = 15 |
Definition at line 53 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_UINT64 = 17 |
Definition at line 55 of file ua_constants.py.
int ua_constants.BUILTINTYPE_TYPEID_XMLELEMENT = 21 |
Definition at line 59 of file ua_constants.py.
int ua_constants.NODE_CLASS_DATATYPE = 64 |
Definition at line 30 of file ua_constants.py.
int ua_constants.NODE_CLASS_GENERERIC = 0 |
Author: Chris Iatrou (ichri) Version: rev 13. spa@ core- vect or.ne t
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.
int ua_constants.NODE_CLASS_METHOD = 4 |
Definition at line 26 of file ua_constants.py.
int ua_constants.NODE_CLASS_METHODTYPE = 256 |
Definition at line 34 of file ua_constants.py.
int ua_constants.NODE_CLASS_OBJECT = 1 |
Definition at line 24 of file ua_constants.py.
int ua_constants.NODE_CLASS_OBJECTTYPE = 8 |
Definition at line 27 of file ua_constants.py.
int ua_constants.NODE_CLASS_REFERENCETYPE = 32 |
Definition at line 29 of file ua_constants.py.
int ua_constants.NODE_CLASS_VARIABLE = 2 |
Definition at line 25 of file ua_constants.py.
int ua_constants.NODE_CLASS_VARIABLETYPE = 16 |
Definition at line 28 of file ua_constants.py.
int ua_constants.NODE_CLASS_VIEW = 128 |
Definition at line 31 of file ua_constants.py.