pps_Object_open()

Open or create the PPS object specified by the provided pps_Object instance.

Synopsis:

#include <hnm/pps.h>
 
int pps_Object_open(pps_Object *pps_object, const char *basename)

Arguments:

pps_object

The pps_Object structure that represents the PPS object that is being opened by this call.

basename

The base path where the PPS object can be found in the filesystem (usually under /pps ).

Library:

libhnm

Description:

Returns:

The file descriptor of the opened PPS object file.