![]() |
TCode Library
A library to aid in decoding/using of Toy Code ("T-Code") data.
|
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 |
representation of the data for an TCode Axis Command
extentionType | the extention type of the command used for time and speed functions when setting axis values |
rampType | used to control the ramp type of extention commands |
command_value | the target value of the axis |
commandExtention | the extention value used by the axis for time and speed functions |
Definition at line 116 of file TCodeEnums.h.
long TCode_Axis_Data::commandExtention |
Definition at line 121 of file TCodeEnums.h.
int TCode_Axis_Data::commandValue |
Definition at line 120 of file TCodeEnums.h.
TCode_Axis_Extention_Type TCode_Axis_Data::extentionType |
Definition at line 118 of file TCodeEnums.h.
TCode_Axis_Ramp_Type TCode_Axis_Data::rampType |
Definition at line 119 of file TCodeEnums.h.