OpcUaCanOpen
CANopen OPC-UA server
uatype Class Reference

#include <CANOpenServerConfig.h>

Inherits string.

Public Types

enum  value {
  bool_, bit, byte, Int32,
  UInt32, Int16, UInt16, float_,
  double_, array
}
 

Public Member Functions

 uatype (value v)
 
 uatype (const char *v)
 
 uatype (const ::std::string &v)
 
 uatype (const ::xml_schema::string &v)
 
 uatype (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
 uatype (const ::xercesc::DOMAttr &a, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
 uatype (const ::std::string &s, const ::xercesc::DOMElement *e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
 uatype (const uatype &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
virtual uatype_clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const
 
uatypeoperator= (value v)
 
virtual operator value () const
 

Static Public Attributes

static const char *const _xsd_uatype_literals_ [10]
 
static const value _xsd_uatype_indexes_ [10]
 

Protected Member Functions

value _xsd_uatype_convert () const
 

Detailed Description

Definition at line 2205 of file CANOpenServerConfig.h.

Member Enumeration Documentation

◆ value

Enumerator
bool_ 
bit 
byte 
Int32 
UInt32 
Int16 
UInt16 
float_ 
double_ 
array 

Definition at line 2208 of file CANOpenServerConfig.h.

Constructor & Destructor Documentation

◆ uatype() [1/8]

uatype::uatype ( value  v)

◆ uatype() [2/8]

uatype::uatype ( const char *  v)

◆ uatype() [3/8]

uatype::uatype ( const ::std::string &  v)

◆ uatype() [4/8]

uatype::uatype ( const ::xml_schema::string v)

◆ uatype() [5/8]

uatype::uatype ( const ::xercesc::DOMElement &  e,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

◆ uatype() [6/8]

uatype::uatype ( const ::xercesc::DOMAttr &  a,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

◆ uatype() [7/8]

uatype::uatype ( const ::std::string &  s,
const ::xercesc::DOMElement *  e,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

◆ uatype() [8/8]

uatype::uatype ( const uatype x,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Member Function Documentation

◆ _clone()

virtual uatype* uatype::_clone ( ::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
) const
virtual

◆ _xsd_uatype_convert()

value uatype::_xsd_uatype_convert ( ) const
protected

◆ operator value()

virtual uatype::operator value ( ) const
inlinevirtual

Definition at line 2255 of file CANOpenServerConfig.h.

◆ operator=()

uatype& uatype::operator= ( value  v)

Member Data Documentation

◆ _xsd_uatype_indexes_

const value uatype::_xsd_uatype_indexes_[10]
static

Definition at line 2266 of file CANOpenServerConfig.h.

◆ _xsd_uatype_literals_

const char* const uatype::_xsd_uatype_literals_[10]
static

Definition at line 2265 of file CANOpenServerConfig.h.


The documentation for this class was generated from the following file: