![]() |
TCode Library
A library to aid in decoding/using of Toy Code ("T-Code") data.
|
representation of the data for an TCode Axis State More...
#include <TCodeEnums.h>
Public Attributes | |
| unsigned long | startTime |
| unsigned long | endTime |
| TCode_Axis_Ramp_Type | rampType |
| int | startValue |
| int | endValue |
representation of the data for an TCode Axis State
| startTime | the time in ms when the state is active |
| stopTime | the time in ms when the state is inactive |
| rampType | used to control the ramp type of extention commands |
| startValue | the starting value of the state |
| endValue | the target value for this state |
Definition at line 152 of file TCodeEnums.h.
| unsigned long TCode_Axis_State::endTime |
Definition at line 155 of file TCodeEnums.h.
| int TCode_Axis_State::endValue |
Definition at line 158 of file TCodeEnums.h.
| TCode_Axis_Ramp_Type TCode_Axis_State::rampType |
Definition at line 156 of file TCodeEnums.h.
| unsigned long TCode_Axis_State::startTime |
Definition at line 154 of file TCodeEnums.h.
| int TCode_Axis_State::startValue |
Definition at line 157 of file TCodeEnums.h.