#include <srbridge.h>

Public Types | |
| enum | { PRODUCT_CODE = 0 } |
Public Member Functions | |
| virtual void | construct (EtherCAT_SlaveHandler *sh, int &start_address) |
| virtual void | diagnostics (diagnostic_updater::DiagnosticStatusWrapper &d, unsigned char *buffer) |
| virtual int | initialize (hardware_interface::HardwareInterface *hw, bool allow_unprogrammed) |
Definition at line 29 of file srbridge.h.
| anonymous enum |
Definition at line 39 of file srbridge.h.
| void SRBridge::construct | ( | EtherCAT_SlaveHandler * | sh, |
| int & | start_address | ||
| ) | [virtual] |
Reimplemented from EthercatDevice.
Definition at line 32 of file srbridge.cpp.
| void SRBridge::diagnostics | ( | diagnostic_updater::DiagnosticStatusWrapper & | d, |
| unsigned char * | buffer | ||
| ) | [virtual] |
Reimplemented from EthercatDevice.
Definition at line 71 of file srbridge.cpp.
| int SRBridge::initialize | ( | hardware_interface::HardwareInterface * | hw, |
| bool | allow_unprogrammed | ||
| ) | [virtual] |
Reimplemented from SR0X.
Definition at line 41 of file srbridge.cpp.