Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

rcsvers_temp3.hh File Reference

Go to the source code of this file.

Defines

#define RCS_VERSION   "4.31"
#define RCS_MAJOR_VERSION   (4)
#define RCS_MINOR_VERSION   (31)

Functions

int rcs_version_compare (const char *)
void RCS_EXPORT print_rcs_version ()
int rcsinfo ()

Variables

int rcs_version_printed
const int rcs_major_version_number
const int rcs_minor_version_number
const char * rcs_version_string
const char * rcs_version_info_string


Define Documentation

#define RCS_VERSION   "4.31"
 

Definition at line 8 of file rcsvers_temp3.hh.

#define RCS_MAJOR_VERSION   (4)
 

Definition at line 9 of file rcsvers_temp3.hh.

#define RCS_MINOR_VERSION   (31)
 

Definition at line 10 of file rcsvers_temp3.hh.


Function Documentation

int rcs_version_compare const char *   
 

Referenced by rcs_version_info_string().

void RCS_EXPORT print_rcs_version void   
 

Definition at line 49 of file rcsvers.c.

00050 {
00051   rcs_version_printed = 1;
00052 #ifndef rtlinux
00053   rcs_print((char *) rcs_version_info_string);
00054 #endif
00055 }

int rcsinfo void   
 

Definition at line 100 of file rcsvers.c.

00101 {
00102   print_rcs_version();
00103   cms_print_servers();
00104   print_etime();
00105   nml_print_diag_list();
00106 #ifdef VXWORKS
00107   rcs_shm_table_print();
00108   rcs_sem_table_print();
00109 #endif
00110   return(0);
00111 }


Variable Documentation

int rcs_version_printed
 

Definition at line 12 of file rcsvers_temp3.hh.

const int rcs_major_version_number
 

Definition at line 13 of file rcsvers_temp3.hh.

const int rcs_minor_version_number
 

Definition at line 14 of file rcsvers_temp3.hh.

const char* rcs_version_string
 

Definition at line 15 of file rcsvers_temp3.hh.

const char* rcs_version_info_string
 

Definition at line 16 of file rcsvers_temp3.hh.


Generated on Sun Dec 2 15:57:49 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001