#include <base.h>

| Classes | |
| class | Allocator | 
| Public Types | |
| typedef std::shared_ptr< MotorBase > | MotorBaseSharedPtr | 
| enum | OperationMode { No_Mode = 0, Profiled_Position = 1, Velocity = 2, Profiled_Velocity = 3, Profiled_Torque = 4, Reserved = 5, Homing = 6, Interpolated_Position = 7, Cyclic_Synchronous_Position = 8, Cyclic_Synchronous_Velocity = 9, Cyclic_Synchronous_Torque = 10 } | 
|  Public Types inherited from canopen::Layer | |
| enum | LayerState | 
| Public Member Functions | |
| virtual bool | enterModeAndWait (uint16_t mode)=0 | 
| virtual uint16_t | getMode ()=0 | 
| virtual bool | isModeSupported (uint16_t mode)=0 | 
| virtual void | registerDefaultModes (ObjectStorageSharedPtr storage) | 
| virtual bool | setTarget (double val)=0 | 
|  Public Member Functions inherited from canopen::Layer | |
| void | diag (LayerReport &report) | 
| LayerState | getLayerState () | 
| void | halt (LayerStatus &status) | 
| void | init (LayerStatus &status) | 
| Layer (const std::string &n) | |
| void | read (LayerStatus &status) | 
| void | recover (LayerStatus &status) | 
| void | shutdown (LayerStatus &status) | 
| void | write (LayerStatus &status) | 
| virtual | ~Layer () | 
| Protected Member Functions | |
| MotorBase (const std::string &name) | |
|  Protected Member Functions inherited from canopen::Layer | |
| virtual void | handleDiag (LayerReport &report)=0 | 
| virtual void | handleHalt (LayerStatus &status)=0 | 
| virtual void | handleInit (LayerStatus &status)=0 | 
| virtual void | handleRead (LayerStatus &status, const LayerState ¤t_state)=0 | 
| virtual void | handleRecover (LayerStatus &status)=0 | 
| virtual void | handleShutdown (LayerStatus &status)=0 | 
| virtual void | handleWrite (LayerStatus &status, const LayerState ¤t_state)=0 | 
| Additional Inherited Members | |
|  Public Attributes inherited from canopen::Layer | |
| Error | |
| Halt | |
| Init | |
| const std::string | name | 
| Off | |
| Ready | |
| Recover | |
| Shutdown | |
| typedef std::shared_ptr<MotorBase> canopen::MotorBase::MotorBaseSharedPtr | 
| 
 | inlineprotected | 
| 
 | pure virtual | 
Implemented in canopen::Motor402.
| 
 | pure virtual | 
Implemented in canopen::Motor402.
| 
 | pure virtual | 
Implemented in canopen::Motor402.
| 
 | inlinevirtual | 
Reimplemented in canopen::Motor402.
| 
 | pure virtual | 
Implemented in canopen::Motor402.