#include <pandabase.h>
Go to the source code of this file.
Functions | |
EXPCL_PANDA int | get_current_pstat_major_version () |
Returns the current major version number of the PStats protocol. | |
EXPCL_PANDA int | get_current_pstat_minor_version () |
Returns the current minor version number of the PStats protocol. |
Definition in file pStatProperties.h.
|
Returns the current major version number of the PStats protocol. This is the version number that will be reported by clients running this code, and that will be expected by servers running this code. The major version numbers must match exactly in order for a communication to be successful. Definition at line 54 of file pStatProperties.cxx. References current_pstat_minor_version. |
|
Returns the current minor version number of the PStats protocol. This is the version number that will be reported by clients running this code, and that will be expected by servers running this code. The minor version numbers need not match exactly, but the server must be >= the client. Definition at line 78 of file pStatProperties.cxx. |