#include "nusmv/core/utils/utils.h"
Go to the source code of this file.
Functions | |
int | CommandHrcDumpModel (NuSMVEnv_ptr env, int argc, char **argv) |
int | CommandHrcWriteModel (NuSMVEnv_ptr env, int argc, char **argv) |
The header file for the shell interface of the hrc packace. | |
void | Hrc_init_cmd (NuSMVEnv_ptr env) |
Initializes the commands of the hrc package. | |
void | Hrc_quit_cmd (NuSMVEnv_ptr env) |
Removes the commands provided by the hrc package. |
int CommandHrcDumpModel | ( | NuSMVEnv_ptr | env, | |
int | argc, | |||
char ** | argv | |||
) |
Command arguments: [-h] | [-o "filename"] [-d] Writes the currently loaded SMV model stored in hrc structure in the specified file. If no file is specified the standard output is used.
Command Options:
-f "format"
Dumps in the given format (debug, smv or xml).
-o "filename"
Dumps output to "filename"
-d
Renames every module name appending the suffix "_hrc"
-i
Disable indentation.
int CommandHrcWriteModel | ( | NuSMVEnv_ptr | env, | |
int | argc, | |||
char ** | argv | |||
) |
The header file for the shell interface of the hrc packace.
AutomaticStart
Command arguments: [-h] | [-o "filename"] [-d]
Writes the currently loaded SMV model stored in hrc structure in the specified file. If no file is specified the
standard output is used.
Command Options:
-o "filename"
Attempts to write the SMV model in "filename".
-d
void Hrc_init_cmd | ( | NuSMVEnv_ptr | env | ) |
Initializes the commands of the hrc package.
AutomaticEnd
void Hrc_quit_cmd | ( | NuSMVEnv_ptr | env | ) |
Removes the commands provided by the hrc package.