OpcUaCanOpen
CANopen OPC-UA server
|
#include <CANOpenServerConfig.h>
Inherits type.
Public Types | |
typedef ::xml_schema::string | command_type |
typedef ::xsd::cxx::tree::optional< command_type > | command_optional |
typedef ::xsd::cxx::tree::traits< command_type, char > | command_traits |
typedef ::xml_schema::string | address_type |
typedef ::xsd::cxx::tree::optional< address_type > | address_optional |
typedef ::xsd::cxx::tree::traits< address_type, char > | address_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 command_optional & | command () const |
command_optional & | command () |
void | command (const command_type &x) |
void | command (const command_optional &x) |
void | command (::std::auto_ptr< command_type > p) |
const address_optional & | address () const |
address_optional & | address () |
void | address (const address_type &x) |
void | address (const address_optional &x) |
void | address (::std::auto_ptr< address_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) |
methodtype () | |
methodtype (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
methodtype (const methodtype &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
virtual methodtype * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
methodtype & | operator= (const methodtype &x) |
virtual | ~methodtype () |
Protected Member Functions | |
void | parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags) |
Protected Attributes | |
command_optional | command_ |
address_optional | address_ |
value_optional | value_ |
Definition at line 3054 of file CANOpenServerConfig.h.
typedef ::xsd::cxx::tree::optional< address_type > methodtype::address_optional |
Definition at line 3081 of file CANOpenServerConfig.h.
typedef ::xsd::cxx::tree::traits< address_type, char > methodtype::address_traits |
Definition at line 3082 of file CANOpenServerConfig.h.
typedef ::xml_schema::string methodtype::address_type |
Definition at line 3080 of file CANOpenServerConfig.h.
typedef ::xsd::cxx::tree::optional< command_type > methodtype::command_optional |
Definition at line 3060 of file CANOpenServerConfig.h.
typedef ::xsd::cxx::tree::traits< command_type, char > methodtype::command_traits |
Definition at line 3061 of file CANOpenServerConfig.h.
typedef ::xml_schema::string methodtype::command_type |
Definition at line 3059 of file CANOpenServerConfig.h.
typedef ::xsd::cxx::tree::optional< value_type > methodtype::value_optional |
Definition at line 3102 of file CANOpenServerConfig.h.
typedef ::xsd::cxx::tree::traits< value_type, char > methodtype::value_traits |
Definition at line 3103 of file CANOpenServerConfig.h.
typedef ::xml_schema::string methodtype::value_type |
Definition at line 3101 of file CANOpenServerConfig.h.
methodtype::methodtype | ( | ) |
methodtype::methodtype | ( | const ::xercesc::DOMElement & | e, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
methodtype::methodtype | ( | const methodtype & | x, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
|
virtual |
|
virtual |
const address_optional& methodtype::address | ( | ) | const |
address_optional& methodtype::address | ( | ) |
void methodtype::address | ( | const address_type & | x | ) |
void methodtype::address | ( | const address_optional & | x | ) |
void methodtype::address | ( | ::std::auto_ptr< address_type > | p | ) |
const command_optional& methodtype::command | ( | ) | const |
command_optional& methodtype::command | ( | ) |
void methodtype::command | ( | const command_type & | x | ) |
void methodtype::command | ( | const command_optional & | x | ) |
void methodtype::command | ( | ::std::auto_ptr< command_type > | p | ) |
methodtype& methodtype::operator= | ( | const methodtype & | x | ) |
|
protected |
const value_optional& methodtype::value | ( | ) | const |
value_optional& methodtype::value | ( | ) |
void methodtype::value | ( | const value_type & | x | ) |
void methodtype::value | ( | const value_optional & | x | ) |
void methodtype::value | ( | ::std::auto_ptr< value_type > | p | ) |
|
protected |
Definition at line 3151 of file CANOpenServerConfig.h.
|
protected |
Definition at line 3150 of file CANOpenServerConfig.h.
|
protected |
Definition at line 3152 of file CANOpenServerConfig.h.