#include "NFsim.hh"
#include <iostream>
#include <string>
#include <time.h>
Functions | |
| void | printLogo (int indent, string version) |
| Outputs an Ascii NFsim logo. | |
| void | printHelp (string version) |
| Outputs a friendly help message. | |
| bool | runRNFscript (map< string, string > argMap, bool verbose) |
| Executes an RNF script from the command line arguments. | |
| System * | initSystemFromFlags (map< string, string > argMap, bool verbose) |
| Initializes a System object from the arguments. | |
| int | main (int argc, char *argv[]) |
| Main executable for the NFsim program. | |
| bool | runFromArgs (System *s, map< string, string > argMap, bool verbose) |
| Runs a given System with the specified arguments. | |
| System * initSystemFromFlags | ( | map< string, string > | argMap, | |
| bool | verbose | |||
| ) |
Initializes a System object from the arguments.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Main executable for the NFsim program.
| void printHelp | ( | string | version | ) |
Outputs a friendly help message.
| void printLogo | ( | int | indent, | |
| string | version | |||
| ) |
Outputs an Ascii NFsim logo.
| bool runFromArgs | ( | System * | s, | |
| map< string, string > | argMap, | |||
| bool | verbose | |||
| ) |
Runs a given System with the specified arguments.
| bool runRNFscript | ( | map< string, string > | argMap, | |
| bool | verbose | |||
| ) |
Executes an RNF script from the command line arguments.
1.5.4