Module drs_0x01::advanced[][src]

Advanced data types for experimented users knowing the datasheet.

Structs

MessageBuilder

This struct allows you to build message to directly speak to the herkulex servomotors.

MessageBuilderCmd

This is a specialized version of the MessageBuilder which contains an ID. It is used to build other types of builders such as :

MessageBuilderPositionIJOG

This is a specialized version of the MessageBuilder which contains an ID and a position request.

MessageBuilderPositionSJOG

This is a specialized version of the MessageBuilder which contains an ID and a position request.

MessageBuilderSpecial

This is a specialized version of the MessageBuilder which contains an ID and a special request (reboot, reset or stat).

Enums

MessageBuilderError

The error returned by MessageBuilder.

Type Definitions

HerkulexMessage

This is the type of all the message provided by this crate.