ProviewR Programmer's Reference Manual  V6.1.4
Functions

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...
 

Detailed Description

Function Documentation

◆ aproc_RegisterObject()

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.

Parameters
oidObjid for Application object.
Returns
Status or operation.

Definition at line 57 of file rt_aproc.c.

References errh_Anix().

◆ aproc_TimeStamp()

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.

Parameters
cycletimeApplication cycle time in seconds.
maxdelayMax delay in seconds.
Returns
Status or operation.

Definition at line 90 of file rt_aproc.c.

References errh_Anix().