ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/io/DumpWriter.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/io/DumpWriter.hpp (file contents):
Revision 2420 by chrisfen, Tue Nov 8 13:32:27 2005 UTC vs.
Revision 2490 by chuckv, Tue Dec 6 17:52:45 2005 UTC

# Line 72 | Line 72 | namespace oopse {
72    public:
73      DumpWriter(SimInfo* info);
74      DumpWriter(SimInfo* info, const std::string& filename);
75 +    DumpWriter(SimInfo* info, const std::string& filename,  bool writeDumpFile);
76      ~DumpWriter();
77  
78      void writeDumpAndEor();
79      void writeDump();
80      void writeEor();
81 <        
81 >    
82    private:  
83          
84      void writeFrame(std::ostream& os);
# Line 90 | Line 91 | namespace oopse {
91      std::string eorFilename_;
92      bool needCompression_;
93      bool needForceVector_;
94 +    bool createDumpFile_;
95    };
96  
97   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines