ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/c++/SysMon.h
(Generate patch)

Comparing projects/cms/source/host/c++/SysMon.h (file contents):
Revision 1.1 by ab11, Mon Feb 26 15:00:52 2001 UTC vs.
Revision 1.2 by ab11, Tue Mar 6 00:38:32 2001 UTC

# Line 1 | Line 1
1   #include <iostream>
2   #include <string>
3   #include <stdlib.h> // used for system("XXSX") calls
4 < #include "socket++-1.10/pipestream.h"  // used to get calls to statgrab
4 > #include "SubPipe.h"
5   #include "Config.h"
6   #ifndef  XMLFORMATTER_H         /* Has the file been INCLUDE'd already? */
7      #define  XMLFORMATTER_H  yes
# Line 22 | Line 22 | class SysMon {
22                  int getSequence(){ return sequence; }; // inline
23                  
24          private:
25 +            SubPipe * p;
26                  int sequence;           // sequence number for the packets
27                  int debug;              // print debug info?
28                  string titles[60];      // names for the packet info

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines