pps_object

PPS Object structure data.

Synopsis:

struct pps_object pps_Object {
     PPS_OBJECT_BASE ;
};

Data:

PPS_OBJECT_BASE

Defines the base structure for PPS objects.

Library:

libhnm

Description:

The pps_object structure provides a uniform interface for all PPS object definitions. To create a derived pps_Object type, declare PPS_OBJECT_BASE as the first member and then declare any specialized members. This allows the specialized object to be processed via the various PPS functions defined here.