|
SILAS
Simulation of Large Scale Applications
|
#include <SilasConfig.h>
Public Member Functions | |
| Config () | |
| virtual | ~Config () |
| virtual bool | is_type (std::string type) |
| void | set_input_trace (std::string name) |
| std::string | get_input_trace () |
| void | set_output_trace (std::string name) |
| std::string | get_output_trace () |
A container class for the simulator configuration
| Config | ( | ) |
Constructor for the configuration
| ~Config | ( | ) | [virtual] |
Standard destructor for the configuration
| string get_input_trace | ( | ) |
Get the input trace name
| string get_output_trace | ( | ) |
Get the output trace name
| bool is_type | ( | std::string | type | ) | [virtual] |
Check if this configuration is of a certain type;
| type | String identifier of a certain config type |
| void set_input_trace | ( | std::string | name | ) |
Set the input trace name
| name | Filename of the input trace |
| void set_output_trace | ( | std::string | name | ) |
Set the output trace name
| name | Filename of the output trace |
![]() |
Copyright © 1998–2008 Forschungszentrum Jülich, Jülich Supercomputing Centre |