PEXCountOCs(3) — Subroutines
Name
PEXCountOCs - Count Output Commands in an Encoded List
Synopsis
unsigned long PEXCountOCs(int float_format, unsigned long length, char ∗encoded_ocs)
Arguments
float_formatThe floating point format of the encoded output commands (PEXIEEE_754_32, PEXDEC_F_Floating, PEXIEEE_754_64, PEXDEC_D_Floating).
lengthThe length, in bytes, of the encoded output commands.
encoded_ocsA pointer to the encoded output commands.
Returns
The number of output commands represented in the encoded output commands.
Description
This function has no visible effect. This function returns the number of output commands in the encoded list of output commands.
A count of zero will be returned if the specified floating point format is not supported.
Errors
None
See Also
PEXDecodeOCs