#include "nusmv/shell/cmd/cmd.h"#include "nusmv/shell/cinit/cinitCmd.h"#include "nusmv/core/utils/OStream.h"#include "nusmv/core/utils/StreamMgr.h"#include "nusmv/core/cinit/cinit.h"#include "nusmv/core/utils/error.h"#include "nusmv/core/enc/enc.h"#include "nusmv/core/trace/pkg_trace.h"#include "nusmv/core/compile/compile.h"Functions | |
| void | cinit_AddCmd (NuSMVEnv_ptr env) |
| Module header for shell commands. | |
| int | CommandCmdReset (NuSMVEnv_ptr env, int argc, char **argv) |
| Interface of the cinit package with the shell. | |
| int | CommandPrintUsage (NuSMVEnv_ptr env, int argc, char **argv) |
| void cinit_AddCmd | ( | NuSMVEnv_ptr | env | ) |
Module header for shell commands.
AutomaticEnd
| int CommandCmdReset | ( | NuSMVEnv_ptr | env, | |
| int | argc, | |||
| char ** | argv | |||
| ) |
| int CommandPrintUsage | ( | NuSMVEnv_ptr | env, | |
| int | argc, | |||
| char ** | argv | |||
| ) |
Command arguments: [-h]
Prints a formatted dump of processor-specific usage statistics, and BDD usage statistics. For Berkeley Unix, this includes all of the information in the getrusage() structure.
Command options:
1.6.1