tutrcos
|
#include <cybergear.hpp>
クラス | |
struct | MotorFault |
struct | MotorParameter |
struct | MotorStatus |
公開型 | |
enum class | MotorMode : uint8_t { NONE = 0 , RAD = 1 , RADPS = 2 , CURRENT = 3 } |
公開メンバ関数 | |
Cybergear (peripheral::CAN &can, uint8_t motor_id, uint8_t master_id) | |
virtual | ~Cybergear () |
bool | update () |
void | setCurrent (float value) |
void | stop () |
void | readRam (uint16_t index) |
void | process_receive_data (const peripheral::CANBase::Message &msg) |
void | enable () |
void | reset () |
void | setMotorMode (MotorMode mode) |
![]() | |
EncoderBase (int64_t cpr) | |
virtual | ~EncoderBase () |
int64_t | get_cpr () |
int64_t | get_count () |
virtual float | get_rotation () |
virtual float | get_rad () |
virtual float | get_degree () |
virtual float | get_rps () |
virtual float | get_rpm () |
virtual float | get_radps () |
virtual float | get_radpm () |
その他の継承メンバ | |
![]() | |
void | set_count (int64_t count) |
|
strong |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |