ProviewR Programmer's Reference Manual
V6.1.4
|
Functions | |
pwr_tStatus | aproc_RegisterObject (pwr_tOid) |
Register Application object. The Application object is stored in the $Node object and be opened from the node graph. More... | |
pwr_tStatus | aproc_TimeStamp (float scantime, float maxdelay) |
Set application timestamp. The timestamp is supervised by the event monitor and if the timestamp is delayed more than the max delay, timeout status is set for the process. More... | |
pwr_tStatus aproc_RegisterObject | ( | pwr_tOid | oid | ) |
Register Application object. The Application object is stored in the $Node object and be opened from the node graph.
oid | Objid for Application object. |
Definition at line 57 of file rt_aproc.c.
References errh_Anix().
pwr_tStatus aproc_TimeStamp | ( | float | cycletime, |
float | maxdelay | ||
) |
Set application timestamp. The timestamp is supervised by the event monitor and if the timestamp is delayed more than the max delay, timeout status is set for the process.
cycletime | Application cycle time in seconds. |
maxdelay | Max delay in seconds. |
Definition at line 90 of file rt_aproc.c.
References errh_Anix().