41 #include "rt_proc_msg.h"
43 static pwr_sNode* proc_np = 0;
76 proc_np->ProcObject[anix - 1] = oid;
93 pwr_tTime t, tmo_time;
115 proc_np->ProcTimeStamp[anix - 1] = tmo_time;
116 return PROC__SUCCESS;
Include file for Cdh Class definition handler.
Include file for Time management.
pwr_tStatus aproc_TimeStamp(float cycletime, float maxdelay)
Set application timestamp. The timestamp is supervised by the event monitor and if the timestamp is d...
pwr_tStatus aproc_RegisterObject(pwr_tOid oid)
Register Application object. The Application object is stored in the $Node object and be opened from ...
errh_eAnix errh_Anix(void)
Get application index for the process.
pwr_tStatus gdh_ObjidToPointer(pwr_tObjid object, void **objectData)
Gets the address of the data of an object, given its object identity.
pwr_tStatus gdh_GetNodeObject(pwr_tNodeId nodeIndex, pwr_tObjid *object)
Return the objid of the node object for a node identified by a node identifier (of type pwr_tNodeId).
pwr_tDeltaTime * time_FloatToD(pwr_tDeltaTime *, pwr_tFloat32)
Convert float to time.
int time_GetTime(pwr_tTime *ts)
Get current time.
pwr_tTime * time_Aadd(pwr_tTime *, pwr_tTime *, pwr_tDeltaTime *)
Add an absolute time and a delta time.
#define EVEN(a)
Check if value is even.
int pwr_tStatus
Status type.
Include file for AProc Application process interface.
Include file for Gdh Global Data Handler.