TCode Library
A library to aid in decoding/using of Toy Code ("T-Code") data.
Loading...
Searching...
No Matches
TCode_Axis_Data Struct Reference

representation of the data for an TCode Axis Command More...

#include <TCodeEnums.h>

Public Attributes

TCode_Axis_Extention_Type extentionType
 
TCode_Axis_Ramp_Type rampType
 
int commandValue
 
long commandExtention
 

Detailed Description

representation of the data for an TCode Axis Command

Parameters
extentionTypethe extention type of the command used for time and speed functions when setting axis values
rampTypeused to control the ramp type of extention commands
command_valuethe target value of the axis
commandExtentionthe extention value used by the axis for time and speed functions

Definition at line 116 of file TCodeEnums.h.

Member Data Documentation

◆ commandExtention

long TCode_Axis_Data::commandExtention

Definition at line 121 of file TCodeEnums.h.

◆ commandValue

int TCode_Axis_Data::commandValue

Definition at line 120 of file TCodeEnums.h.

◆ extentionType

TCode_Axis_Extention_Type TCode_Axis_Data::extentionType

Definition at line 118 of file TCodeEnums.h.

◆ rampType

TCode_Axis_Ramp_Type TCode_Axis_Data::rampType

Definition at line 119 of file TCodeEnums.h.


The documentation for this struct was generated from the following file: