OpcUaCanOpen
CANopen OPC-UA server
|
#include <CANOpenServerConfig.h>
Inherits type.
Public Types | |
typedef ::name_type | name_type |
typedef ::xsd::cxx::tree::traits< name_type, char > | name_traits |
typedef ::xml_schema::int_ | byteindex_type |
typedef ::xsd::cxx::tree::traits< byteindex_type, char > | byteindex_traits |
typedef ::xml_schema::byte | bit_type |
typedef ::xsd::cxx::tree::traits< bit_type, char > | bit_traits |
typedef ::uatype | type_type |
typedef ::xsd::cxx::tree::traits< type_type, char > | type_traits |
Public Member Functions | |
const name_type & | name () const |
name_type & | name () |
void | name (const name_type &x) |
void | name (::std::auto_ptr< name_type > p) |
const byteindex_type & | byteindex () const |
byteindex_type & | byteindex () |
void | byteindex (const byteindex_type &x) |
const bit_type & | bit () const |
bit_type & | bit () |
void | bit (const bit_type &x) |
const type_type & | type () const |
type_type & | type () |
void | type (const type_type &x) |
void | type (::std::auto_ptr< type_type > p) |
PDOITEM (const name_type &, const byteindex_type &, const type_type &) | |
PDOITEM (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
PDOITEM (const PDOITEM &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
virtual PDOITEM * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
PDOITEM & | operator= (const PDOITEM &x) |
virtual | ~PDOITEM () |
Static Public Member Functions | |
static bit_type | bit_default_value () |
Protected Member Functions | |
void | parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags) |
Protected Attributes | |
::xsd::cxx::tree::one< name_type > | name_ |
::xsd::cxx::tree::one< byteindex_type > | byteindex_ |
::xsd::cxx::tree::one< bit_type > | bit_ |
::xsd::cxx::tree::one< type_type > | type_ |
Definition at line 1618 of file CANOpenServerConfig.h.
typedef ::xsd::cxx::tree::traits< bit_type, char > PDOITEM::bit_traits |
Definition at line 1655 of file CANOpenServerConfig.h.
typedef ::xml_schema::byte PDOITEM::bit_type |
Definition at line 1654 of file CANOpenServerConfig.h.
typedef ::xsd::cxx::tree::traits< byteindex_type, char > PDOITEM::byteindex_traits |
Definition at line 1641 of file CANOpenServerConfig.h.
typedef ::xml_schema::int_ PDOITEM::byteindex_type |
Definition at line 1640 of file CANOpenServerConfig.h.
typedef ::xsd::cxx::tree::traits< name_type, char > PDOITEM::name_traits |
Definition at line 1624 of file CANOpenServerConfig.h.
typedef ::name_type PDOITEM::name_type |
Definition at line 1623 of file CANOpenServerConfig.h.
typedef ::xsd::cxx::tree::traits< type_type, char > PDOITEM::type_traits |
Definition at line 1672 of file CANOpenServerConfig.h.
typedef ::uatype PDOITEM::type_type |
Definition at line 1671 of file CANOpenServerConfig.h.
PDOITEM::PDOITEM | ( | const name_type & | , |
const byteindex_type & | , | ||
const type_type & | |||
) |
PDOITEM::PDOITEM | ( | const ::xercesc::DOMElement & | e, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
PDOITEM::PDOITEM | ( | const PDOITEM & | x, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
|
virtual |
|
virtual |
const bit_type& PDOITEM::bit | ( | ) | const |
bit_type& PDOITEM::bit | ( | ) |
void PDOITEM::bit | ( | const bit_type & | x | ) |
|
static |
const byteindex_type& PDOITEM::byteindex | ( | ) | const |
byteindex_type& PDOITEM::byteindex | ( | ) |
void PDOITEM::byteindex | ( | const byteindex_type & | x | ) |
const name_type& PDOITEM::name | ( | ) | const |
name_type& PDOITEM::name | ( | ) |
void PDOITEM::name | ( | const name_type & | x | ) |
void PDOITEM::name | ( | ::std::auto_ptr< name_type > | p | ) |
|
protected |
const type_type& PDOITEM::type | ( | ) | const |
type_type& PDOITEM::type | ( | ) |
void PDOITEM::type | ( | const type_type & | x | ) |
void PDOITEM::type | ( | ::std::auto_ptr< type_type > | p | ) |
|
protected |
Definition at line 1720 of file CANOpenServerConfig.h.
|
protected |
Definition at line 1719 of file CANOpenServerConfig.h.
|
protected |
Definition at line 1718 of file CANOpenServerConfig.h.
|
protected |
Definition at line 1721 of file CANOpenServerConfig.h.