Struct tmcl::modules::generic::instructions::MVP [] [src]

pub struct MVP { /* fields omitted */ }

MVP - Move to Position

A movement towards the specified position is started, with automatic generation of acceleration and deceleration ramps. The maximum velocity and acceleration are defined by axis parameters #4 and #5.

Methods

impl MVP
[src]

[src]

Trait Implementations

impl Debug for MVP
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for MVP
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Instruction for MVP
[src]

INSTRUCTION_NUMBER: u8 = 4

The command number (sometimes referred to as the instruction number).

[src]

Return the operand serialized. Read more

[src]

[src]

The motor/bank number

impl TmcmInstruction for MVP
[src]

Auto Trait Implementations

impl Send for MVP

impl Sync for MVP