hnm_Status_update()

Update the PPS object to reflect the current status.

Synopsis:

#include <hnm/status.h>
 
void hnm_Status_update(pps_Object *self)

Arguments:

self

A pointer to an hnm_Status object whose updates are pushed to subscribers of the PPS interface. If the argument doesn't correspond to an actual status object, no update takes place.

Library:

libhnm

Description:

The hnm_Status_update() function updates the Status object to ensure that subscribers are notified of changes.

Returns:

Nothing.