pub enum TCSCommand {
Show 24 variants
Mode,
Exit,
Power,
Select,
Attach,
Home,
Halt,
Loc,
LocXyz,
Profile,
Move,
MoveToCart,
MoveToJoints,
MotionState,
MoveOneAxis,
MoveRail,
GetParam,
GetLocJoints,
GetLocCart,
FreeMode,
NoOp,
SystemSpeed,
Payload,
WaitForEOM,
}Expand description
Commands enumerator for the robot API
Variants§
Mode
Exit
Power
Select
Attach
Home
Halt
Loc
LocXyz
Profile
Move
MoveToCart
MoveToJoints
MotionState
MoveOneAxis
MoveRail
GetParam
GetLocJoints
GetLocCart
FreeMode
NoOp
SystemSpeed
Payload
WaitForEOM
Trait Implementations§
Source§impl Clone for TCSCommand
impl Clone for TCSCommand
Source§fn clone(&self) -> TCSCommand
fn clone(&self) -> TCSCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TCSCommand
impl Debug for TCSCommand
Source§impl Display for TCSCommand
impl Display for TCSCommand
Source§impl PartialEq for TCSCommand
impl PartialEq for TCSCommand
impl StructuralPartialEq for TCSCommand
Auto Trait Implementations§
impl Freeze for TCSCommand
impl RefUnwindSafe for TCSCommand
impl Send for TCSCommand
impl Sync for TCSCommand
impl Unpin for TCSCommand
impl UnwindSafe for TCSCommand
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more