OpcUaCanOpen
CANopen OPC-UA server
|
#include <CANOpenServerConfig.h>
Inherits PDO.
Public Member Functions | |
NPDO (const name_type &, const cobid_type &, const access_type &) | |
NPDO (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
NPDO (const NPDO &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
virtual NPDO * | _clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const |
virtual | ~NPDO () |
![]() | |
const PDOITEM_sequence & | PDOITEM () const |
PDOITEM_sequence & | PDOITEM () |
void | PDOITEM (const PDOITEM_sequence &s) |
const name_type & | name () const |
name_type & | name () |
void | name (const name_type &x) |
void | name (::std::auto_ptr< name_type > p) |
const cobid_type & | cobid () const |
cobid_type & | cobid () |
void | cobid (const cobid_type &x) |
void | cobid (::std::auto_ptr< cobid_type > p) |
const access_type & | access () const |
access_type & | access () |
void | access (const access_type &x) |
void | access (::std::auto_ptr< access_type > p) |
const numch_type & | numch () const |
numch_type & | numch () |
void | numch (const numch_type &x) |
const rtr_type & | rtr () const |
rtr_type & | rtr () |
void | rtr (const rtr_type &x) |
void | rtr (::std::auto_ptr< rtr_type > p) |
PDO (const name_type &, const cobid_type &, const access_type &) | |
PDO (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
PDO (const PDO &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0) | |
PDO & | operator= (const PDO &x) |
virtual | ~PDO () |
Additional Inherited Members | |
![]() | |
typedef ::PDOITEM | PDOITEM_type |
typedef ::xsd::cxx::tree::sequence< PDOITEM_type > | PDOITEM_sequence |
typedef PDOITEM_sequence::iterator | PDOITEM_iterator |
typedef PDOITEM_sequence::const_iterator | PDOITEM_const_iterator |
typedef ::xsd::cxx::tree::traits< PDOITEM_type, char > | PDOITEM_traits |
typedef ::name_type | name_type |
typedef ::xsd::cxx::tree::traits< name_type, char > | name_traits |
typedef ::cobidrestriction | cobid_type |
typedef ::xsd::cxx::tree::traits< cobid_type, char > | cobid_traits |
typedef ::accesspdo | access_type |
typedef ::xsd::cxx::tree::traits< access_type, char > | access_traits |
typedef ::xml_schema::unsigned_byte | numch_type |
typedef ::xsd::cxx::tree::traits< numch_type, char > | numch_traits |
typedef ::rtrvalue | rtr_type |
typedef ::xsd::cxx::tree::traits< rtr_type, char > | rtr_traits |
![]() | |
static numch_type | numch_default_value () |
static const rtr_type & | rtr_default_value () |
![]() | |
void | parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags) |
![]() | |
PDOITEM_sequence | PDOITEM_ |
::xsd::cxx::tree::one< name_type > | name_ |
::xsd::cxx::tree::one< cobid_type > | cobid_ |
::xsd::cxx::tree::one< access_type > | access_ |
::xsd::cxx::tree::one< numch_type > | numch_ |
::xsd::cxx::tree::one< rtr_type > | rtr_ |
![]() | |
static const rtr_type | rtr_default_value_ |
Definition at line 1393 of file CANOpenServerConfig.h.
NPDO::NPDO | ( | const name_type & | , |
const cobid_type & | , | ||
const access_type & | |||
) |
NPDO::NPDO | ( | const ::xercesc::DOMElement & | e, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
NPDO::NPDO | ( | const NPDO & | x, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
|
virtual |
|
virtual |
Reimplemented from PDO.