FACT++  1.0
void ConnectionDrive::SetRpmMode ( bool  mode)
inline

Definition at line 1349 of file drivectrl.cc.

1350  {
1351  const uint32_t val = mode ? String('s','t','r','t') : String('s','t','o','p');
1352  SendSdo(kNodeAz, kSetRpmMode, val);
1353  SendSdo(kNodeZd, kSetRpmMode, val);
1354  }
int mode
static uint32_t String(uint8_t b0=0, uint8_t b1=0, uint8_t b2=0, uint8_t b3=0)
Definition: drivectrl.cc:576
void SendSdo(uint8_t node, uint16_t idx, uint8_t subidx, uint32_t val)
Definition: drivectrl.cc:1287