ref_alm
iref_alm
ER ref_alm (ID almid, T_RALM *pk_ralm);
ER iref_alm (ID almid, T_RALM *pk_ralm);
typedef struct t_ralm { STAT almstat; /*Current state*/ RELTIM lefttim; /*Time left before the next activation*/ } T_RALM; |
Stores alarm handler state packet (current state, time until the next activation, etc.) of the alarm handler specified by parameter almid in the area specified by parameter pk_ralm.
- lefttim
Stores the time until the next activation (in millisecond). When the target alarm handler is in the non-operational state, lefttim is undefined.
Stores the time until the next activation (in millisecond). When the target alarm handler is in the non-operational state, lefttim is undefined.