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

pub struct STAP { /* fields omitted */ }

STAP - Store Axis Parameter

Axis parameters are located in RAM memory, so modifications are lost at power down. This instruction enables permanent storing.

Methods

impl STAP
[src]

[src]

Trait Implementations

impl Debug for STAP
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for STAP
[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 STAP
[src]

INSTRUCTION_NUMBER: u8 = 7

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

[src]

Return the operand serialized. Read more

[src]

[src]

The motor/bank number

Auto Trait Implementations

impl Send for STAP

impl Sync for STAP