|
nuXmv API 126f6942
API for nuXmv
|
Functions for handling simulation Results. More...
Macros | |
| #define | NUXMV_VALID_RESULT(result) ((result).repr != NULL) |
| Valid result. | |
Functions | |
| nuxmv_result_code | nuxmv_result_get_code (nuxmv_env env, nuxmv_result result) |
| Get the code out of a result. | |
| nuxmv_trace | nuxmv_result_get_trace (nuxmv_env env, nuxmv_result result) |
| Get the trace stored in a nuxmv_result. | |
Functions for handling simulation Results.
| #define NUXMV_VALID_RESULT | ( | result | ) | ((result).repr != NULL) |
Valid result.
This macro checks whether result is a valid nuxmv_result.
| [in] | result | The result to inspect. |
true if the option is valid, false otherwise. | nuxmv_result_code nuxmv_result_get_code | ( | nuxmv_env | env, |
| nuxmv_result | result | ||
| ) |
Get the code out of a result.
| [in] | env | The environment to modify. |
| [in] | result | The result to inspect. |
Requirements: 02.001
| nuxmv_trace nuxmv_result_get_trace | ( | nuxmv_env | env, |
| nuxmv_result | result | ||
| ) |
Get the trace stored in a nuxmv_result.
| [in] | env | The environment to modify. |
| [in] | result | The result to inspect. |
false.Requirements: 03.007