PxSysInfoGetNumberOfObjects()
Request the number of PXROS objects.
- APPLIES TO
- 
8.2.0 
- SYNOPSIS
- 
PxUInt_t PxSysInfoGetNumberOfObjects (void);
- RETURN VALUES
- 
- 
The number of objects in the PXROS system 
 
- 
- DESCRIPTION
- 
PxSysInfoGetNumberOfObjectsreturns the number of objects in the PXROS system. This value represents the value given in the system description used in thePxInitfunction.
- 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();