#include "nusmv/core/utils/defs.h"
#include "nusmv/core/utils/EnvObject.h"
Go to the source code of this file.
Functions | |
int | CommandUtilsTestSset (NuSMVEnv_ptr env, int argc, char **argv) |
int | Utils_check_non_option_args (NuSMVEnv_ptr env, int argc, unsigned int expected_args, int(*usage)(void *arg), void *arg) |
Checks if the number of non option arguments is correct. | |
void | Utils_init_cmd (NuSMVEnv_ptr env) |
Shell interface for the utils package. | |
void | Utils_quit_cmd (NuSMVEnv_ptr env) |
Removes the commands provided by the hrc package. |
int CommandUtilsTestSset | ( | NuSMVEnv_ptr | env, | |
int | argc, | |||
char ** | argv | |||
) |
int Utils_check_non_option_args | ( | NuSMVEnv_ptr | env, | |
int | argc, | |||
unsigned int | expected_args, | |||
int(*)(void *arg) | usage, | |||
void * | arg | |||
) |
Checks if the number of non option arguments is correct.
In the check fails, an error message is printed and the usage is called. usage can be NULL
void Utils_init_cmd | ( | NuSMVEnv_ptr | env | ) |
Shell interface for the utils package.
AutomaticStart
Initializes the commands of the hrc package.
AutomaticEnd
void Utils_quit_cmd | ( | NuSMVEnv_ptr | env | ) |
Removes the commands provided by the hrc package.