Modifier and Type | Method and Description |
---|---|
static YWatchdog |
YWatchdog.FindWatchdog(String func)
Retrieves a watchdog for a given identifier.
|
static YWatchdog |
YWatchdog.FindWatchdogInContext(YAPIContext yctx,
String func)
Retrieves a watchdog for a given identifier in a YAPI context.
|
static YWatchdog |
YWatchdog.FirstWatchdog()
Starts the enumeration of watchdog currently accessible.
|
static YWatchdog |
YWatchdog.FirstWatchdogInContext(YAPIContext yctx)
Starts the enumeration of watchdog currently accessible.
|
YWatchdog |
YWatchdog.nextWatchdog()
Continues the enumeration of watchdog started using yFirstWatchdog().
|
Modifier and Type | Method and Description |
---|---|
void |
YWatchdog.TimedReportCallback.timedReportCallback(YWatchdog function,
YMeasure measure) |
void |
YWatchdog.UpdateCallback.yNewValue(YWatchdog function,
String functionValue) |
Copyright © 2016. All rights reserved.