Modifier and Type | Method and Description |
---|---|
static YMotor |
YMotor.FindMotor(String func)
Retrieves a motor for a given identifier.
|
static YMotor |
YMotor.FindMotorInContext(YAPIContext yctx,
String func)
Retrieves a motor for a given identifier in a YAPI context.
|
static YMotor |
YMotor.FirstMotor()
Starts the enumeration of motors currently accessible.
|
static YMotor |
YMotor.FirstMotorInContext(YAPIContext yctx)
Starts the enumeration of motors currently accessible.
|
YMotor |
YMotor.nextMotor()
Continues the enumeration of motors started using yFirstMotor().
|
Modifier and Type | Method and Description |
---|---|
void |
YMotor.TimedReportCallback.timedReportCallback(YMotor function,
YMeasure measure) |
void |
YMotor.UpdateCallback.yNewValue(YMotor function,
String functionValue) |
Copyright © 2019. All rights reserved.