Ignore:
Timestamp:
09/26/14 14:52:04 (10 years ago)
Author:
mhnguyen
Message:

Implementing print output in seperate files

+) Add an option to write information into standard output or into files,
each of which is created by a process
+) Add a new file for global data (constant, value macro, etc)
+) Do a minor change in how to generate doxygen

Test
+) On Curie, with two modes: only client (connected) and client-server
+) All tests passed, each client prints out its info in a seperate file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/xmlioserver_spl.hpp

    r335 r490  
    3939typedef std::ostringstream StdOStringStream; 
    4040typedef std::istringstream StdIStringStream; 
     41typedef std::stringstream  StdStringStream; 
    4142typedef std::ofstream      StdOFStream; 
    4243typedef std::ifstream      StdIFStream; 
Note: See TracChangeset for help on using the changeset viewer.