Go to the source code of this file.
Classes | |
struct | FB_AXIS_CORRECTION |
struct | FB_PULSE_CORRECTION_DATA |
struct | GB_PULSE_TO_RAD |
struct | GP_INTERPOLATION_PERIOD |
struct | MAX_INC_PIPC |
struct | MAX_INCREMENT_INFO |
struct | TASK_QTY_INFO |
Defines | |
#define | MAX_PARAM_BUFF 4000 |
#define | TAG_BUFF_LEN 10 |
Functions | |
STATUS | GP_getFBPulseCorrection (int ctrlGrp, FB_PULSE_CORRECTION_DATA *correctionData) |
float | GP_getGovForIncMotion (int ctrlGrp) |
STATUS | GP_getInterpolationPeriod (UINT16 *periodInMilliseconds) |
STATUS | GP_getMaxIncPerIpCycle (int ctrlGrp, int interpolationPeriodInMilliseconds, MAX_INCREMENT_INFO *mip) |
int | GP_getNumberOfAxes (int ctrlGrp) |
STATUS | GP_getPulseToRad (int ctrlGrp, GB_PULSE_TO_RAD *PulseToRad) |
STATUS | GP_getQtyOfAllowedTasks (TASK_QTY_INFO *taskInfo) |
#define MAX_PARAM_BUFF 4000 |
Definition at line 39 of file ParameterExtraction.h.
#define TAG_BUFF_LEN 10 |
Definition at line 40 of file ParameterExtraction.h.
STATUS GP_getFBPulseCorrection | ( | int | ctrlGrp, |
FB_PULSE_CORRECTION_DATA * | correctionData | ||
) |
float GP_getGovForIncMotion | ( | int | ctrlGrp | ) |
STATUS GP_getInterpolationPeriod | ( | UINT16 * | periodInMilliseconds | ) |
STATUS GP_getMaxIncPerIpCycle | ( | int | ctrlGrp, |
int | interpolationPeriodInMilliseconds, | ||
MAX_INCREMENT_INFO * | mip | ||
) |
int GP_getNumberOfAxes | ( | int | ctrlGrp | ) |
STATUS GP_getPulseToRad | ( | int | ctrlGrp, |
GB_PULSE_TO_RAD * | PulseToRad | ||
) |
STATUS GP_getQtyOfAllowedTasks | ( | TASK_QTY_INFO * | taskInfo | ) |