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

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
 

Detailed Description

representation of the data for an TCode Axis State

Parameters
startTimethe time in ms when the state is active
stopTimethe time in ms when the state is inactive
rampTypeused to control the ramp type of extention commands
startValuethe starting value of the state
endValuethe target value for this state

Definition at line 152 of file TCodeEnums.h.

Member Data Documentation

◆ endTime

unsigned long TCode_Axis_State::endTime

Definition at line 155 of file TCodeEnums.h.

◆ endValue

int TCode_Axis_State::endValue

Definition at line 158 of file TCodeEnums.h.

◆ rampType

TCode_Axis_Ramp_Type TCode_Axis_State::rampType

Definition at line 156 of file TCodeEnums.h.

◆ startTime

unsigned long TCode_Axis_State::startTime

Definition at line 154 of file TCodeEnums.h.

◆ startValue

int TCode_Axis_State::startValue

Definition at line 157 of file TCodeEnums.h.


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