Modifier and Type | Method and Description |
---|---|
static YRealTimeClock |
YRealTimeClock.FindRealTimeClock(String func)
Retrieves a real-time clock for a given identifier.
|
static YRealTimeClock |
YRealTimeClock.FindRealTimeClockInContext(YAPIContext yctx,
String func)
Retrieves a real-time clock for a given identifier in a YAPI context.
|
static YRealTimeClock |
YRealTimeClock.FirstRealTimeClock()
Starts the enumeration of real-time clocks currently accessible.
|
static YRealTimeClock |
YRealTimeClock.FirstRealTimeClockInContext(YAPIContext yctx)
Starts the enumeration of real-time clocks currently accessible.
|
YRealTimeClock |
YRealTimeClock.nextRealTimeClock()
Continues the enumeration of real-time clocks started using yFirstRealTimeClock().
|
Modifier and Type | Method and Description |
---|---|
void |
YRealTimeClock.TimedReportCallback.timedReportCallback(YRealTimeClock function,
YMeasure measure) |
void |
YRealTimeClock.UpdateCallback.yNewValue(YRealTimeClock function,
String functionValue) |
Copyright © 2020. All rights reserved.