suanPan
RecorderParser.cpp File Reference
#include "RecorderParser.h"
#include <Domain/DomainBase.h>
#include <Recorder/Recorder>
#include <Toolbox/utility.h>
Include dependency graph for RecorderParser.cpp:

Functions

int process_recorder_command (const shared_ptr< DomainBase > &domain, istringstream &command, const unsigned tag, const bool use_hdf5)
 
int create_new_recorder (const shared_ptr< DomainBase > &domain, istringstream &command)
 
int create_new_recorder (const shared_ptr< DomainBase > &domain, istringstream &command, const bool use_hdf5)
 

Function Documentation

◆ create_new_recorder() [1/2]

int create_new_recorder ( const shared_ptr< DomainBase > &  domain,
istringstream &  command 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ create_new_recorder() [2/2]

int create_new_recorder ( const shared_ptr< DomainBase > &  domain,
istringstream &  command,
const bool  use_hdf5 
)
Here is the call graph for this function:

◆ process_recorder_command()

int process_recorder_command ( const shared_ptr< DomainBase > &  domain,
istringstream &  command,
const unsigned  tag,
const bool  use_hdf5 
)
Here is the call graph for this function:
Here is the caller graph for this function: