PxSysInfoGetNumberOfObjects()
Request the number of PXROS objects.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxUInt_t PxSysInfoGetNumberOfObjects (void);
- RETURN VALUES
-
-
The number of objects in the PXROS system
-
- DESCRIPTION
-
PxSysInfoGetNumberOfObjects returns the number of objects in the PXROS system. This value represents the value given in the system description used in the PxInit function.
- IMPLEMENTATION GUIDELINES
-
- Before call
-
-
No checks necessary.
-
- After call
-
-
No checks necessary.
-
- Best Practice
-
-
No restrictions
-
- SEE ALSO
- USAGE
-
#include "pxdef.h" PxUInt_t no = PxSysInfoGetNumberOfObjects();