![]() |
Dynamixel
2.9.5
RoadNarrows Robotics Dynamixel Package
|
The Dynamixel Shell Interface Derived Commands. More...
#include <sys/time.h>
#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
#include <ctype.h>
#include <cstring>
#include <iostream>
#include <fstream>
#include <string>
#include "rnr/rnrconfig.h"
#include "rnr/log.h"
#include "Dynamixel/Dynamixel.h"
#include "Dynamixel/DynaComm.h"
#include "Dynamixel/DynaCommSerial.h"
#include "Dynamixel/DynaServo.h"
#include "Dynamixel/DynaChain.h"
#include "Dynamixel/DynaBgThread.h"
#include "dynashell.h"
#include "dynashell_cmd.h"
#include "dynashell_util.h"
Go to the source code of this file.
Classes | |
class | DynaShellCmdCreate |
Create command. More... | |
class | DynaShellCmdDestroy |
Destroy command. More... | |
class | DynaShellCmdScan |
Scan command. More... | |
class | DynaShellCmdPing |
Ping command. More... | |
class | DynaShellCmdList |
List command. More... | |
class | DynaShellCmdLink |
Link <master_id> <slaf_id> <dir> command. More... | |
class | DynaShellCmdUnlink |
List command. More... | |
class | DynaShellCmdMegaScan |
MegaScan command. More... | |
class | DynaShellCmdBgtStart |
Start the background thread. More... | |
class | DynaShellCmdBgtStop |
Start the background thread. More... | |
class | DynaShellCmdBgtGetState |
Start the background thread. More... | |
class | DynaShellCmdSetHalfDuplexCtl |
Set halfduplex control command. More... | |
Functions | |
void | PublishShellInterfaceCommands (DynaShell &shell) |
Publish shell dynamixel interface commands to shell. More... | |
The Dynamixel Shell Interface Derived Commands.
Definition in file dynashell_cmd_if.cxx.
void PublishShellInterfaceCommands | ( | DynaShell & | shell | ) |
Publish shell dynamixel interface commands to shell.
The dynamixel interface command set contains the top-level dynamixel library semantic fundamentals.
shell Dynamixel shell.
Definition at line 1467 of file dynashell_cmd_if.cxx.
References DynaShell::PublishCommand().
Referenced by DynaShellCmdChainOut::ArgToUInt(), and MainInit().