Modifier and Type | Method and Description |
---|---|
static YWakeUpMonitor |
YWakeUpMonitor.FindWakeUpMonitor(String func)
Retrieves a wake-up monitor for a given identifier.
|
static YWakeUpMonitor |
YWakeUpMonitor.FindWakeUpMonitorInContext(YAPIContext yctx,
String func)
Retrieves a wake-up monitor for a given identifier in a YAPI context.
|
static YWakeUpMonitor |
YWakeUpMonitor.FirstWakeUpMonitor()
Starts the enumeration of wake-up monitors currently accessible.
|
static YWakeUpMonitor |
YWakeUpMonitor.FirstWakeUpMonitorInContext(YAPIContext yctx)
Starts the enumeration of wake-up monitors currently accessible.
|
YWakeUpMonitor |
YWakeUpMonitor.nextWakeUpMonitor()
Continues the enumeration of wake-up monitors started using yFirstWakeUpMonitor().
|
Modifier and Type | Method and Description |
---|---|
void |
YWakeUpMonitor.TimedReportCallback.timedReportCallback(YWakeUpMonitor function,
YMeasure measure) |
void |
YWakeUpMonitor.UpdateCallback.yNewValue(YWakeUpMonitor function,
String functionValue) |
Copyright © 2021. All rights reserved.