Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

panda/src/pstatclient/pStatProperties.cxx File Reference

#include "pStatProperties.h"
#include "pStatCollectorDef.h"
#include "pStatClient.h"
#include "config_pstats.h"
#include <ctype.h>

Go to the source code of this file.

Functions

int get_current_pstat_major_version ()
 Returns the current major version number of the PStats protocol.

int get_current_pstat_minor_version ()
 Returns the current minor version number of the PStats protocol.


Variables

const int current_pstat_major_version = 2
const int current_pstat_minor_version = 1


Detailed Description

Definition in file pStatProperties.cxx.


Function Documentation

int get_current_pstat_major_version  ) 
 

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.

int get_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.


Variable Documentation

const int current_pstat_major_version = 2 [static]
 

Definition at line 29 of file pStatProperties.cxx.

const int current_pstat_minor_version = 1 [static]
 

Definition at line 30 of file pStatProperties.cxx.

Referenced by get_current_pstat_major_version().


Generated on Fri May 2 00:46:09 2003 for Panda by doxygen1.3