OpcUaCanOpen
CANopen OPC-UA server
|
#include <CANOpenServerConfig.h>
Inherits type.
Public Types | |
typedef ::xml_schema::string | variable_type |
typedef ::xsd::cxx::tree::optional< variable_type > | variable_optional |
typedef ::xsd::cxx::tree::traits< variable_type, char > | variable_traits |
typedef ::xml_schema::string | value_type |
typedef ::xsd::cxx::tree::optional< value_type > | value_optional |
typedef ::xsd::cxx::tree::traits< value_type, char > | value_traits |
Public Member Functions | |
const variable_optional & | variable () const |
variable_optional & | variable () |
void | variable (const variable_type &x) |
void | variable (const variable_optional &x) |
void | variable (::std::auto_ptr< variable_type > p) |
const value_optional & | value () const |
value_optional & | value () |
void | value (const value_type &x) |
void | value (const value_optional &x) |
void | value (::std::auto_ptr< value_type > p) |
initialsettings () | |
initialsettings (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
initialsettings (const initialsettings &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
virtual initialsettings * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
initialsettings & | operator= (const initialsettings &x) |
virtual | ~initialsettings () |
Protected Member Functions | |
void | parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags) |
Protected Attributes | |
variable_optional | variable_ |
value_optional | value_ |
Definition at line 2975 of file CANOpenServerConfig.h.
typedef ::xsd::cxx::tree::optional< value_type > initialsettings::value_optional |
Definition at line 3002 of file CANOpenServerConfig.h.
typedef ::xsd::cxx::tree::traits< value_type, char > initialsettings::value_traits |
Definition at line 3003 of file CANOpenServerConfig.h.
Definition at line 3001 of file CANOpenServerConfig.h.
typedef ::xsd::cxx::tree::optional< variable_type > initialsettings::variable_optional |
Definition at line 2981 of file CANOpenServerConfig.h.
typedef ::xsd::cxx::tree::traits< variable_type, char > initialsettings::variable_traits |
Definition at line 2982 of file CANOpenServerConfig.h.
Definition at line 2980 of file CANOpenServerConfig.h.
initialsettings::initialsettings | ( | ) |
initialsettings::initialsettings | ( | const ::xercesc::DOMElement & | e, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
initialsettings::initialsettings | ( | const initialsettings & | x, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
|
virtual |
|
virtual |
initialsettings& initialsettings::operator= | ( | const initialsettings & | x | ) |
|
protected |
const value_optional& initialsettings::value | ( | ) | const |
value_optional& initialsettings::value | ( | ) |
void initialsettings::value | ( | const value_type & | x | ) |
void initialsettings::value | ( | const value_optional & | x | ) |
void initialsettings::value | ( | ::std::auto_ptr< value_type > | p | ) |
const variable_optional& initialsettings::variable | ( | ) | const |
variable_optional& initialsettings::variable | ( | ) |
void initialsettings::variable | ( | const variable_type & | x | ) |
void initialsettings::variable | ( | const variable_optional & | x | ) |
void initialsettings::variable | ( | ::std::auto_ptr< variable_type > | p | ) |
|
protected |
Definition at line 3051 of file CANOpenServerConfig.h.
|
protected |
Definition at line 3050 of file CANOpenServerConfig.h.