pps_decoder_strerror()

Get the error message that corresponds to the decoder error code.

Synopsis:

#include <hnm/pps.h>
 
const char* pps_decoder_strerror(pps_decoder_error_t code)

Arguments:

code

A pps_decoder error code for which a matching error message is being requested.

Library:

libhnm

Description:

Use the pps_decoder_strerror() function to determine the cause of a failure reported by a PPS decoder object.

Returns:

A string containing an error message that corresponds to the specified error code.