#include "Rocin.h"#include "Rocout.h"#include "Roccom_base.h"#include "roccom.h"#include "roccom_devel.h"#include <iostream>#include <cstring>#include <string>
Go to the source code of this file.
Macros | |
| #define | WINDOW_EXISTS 0 |
| A test program that reads in a given parameter file using Rocin and writes out the resulting parameter window into a new parameter file using Rocout. More... | |
Functions | |
| COM_EXTERN_MODULE (Rocin) | |
| COM_EXTERN_MODULE (Rocout) | |
| int | main (int argc, char *argv[]) |
| #define WINDOW_EXISTS 0 |
A test program that reads in a given parameter file using Rocin and writes out the resulting parameter window into a new parameter file using Rocout.
Definition at line 63 of file Rocout/test/param_test.C.
Referenced by main().
| COM_EXTERN_MODULE | ( | Rocin | ) |
| COM_EXTERN_MODULE | ( | Rocout | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 80 of file Rocout/test/param_test.C.
References COM_call_function(), COM_CHAR, COM_finalize(), COM_get_function_handle(), COM_init(), COM_INT, COM_LOAD_MODULE_STATIC_DYNAMIC, COM_new_attribute(), COM_new_window(), COM_print_profile(), COM_resize_array(), COM_set_profiling(), COM_set_size(), COM_window_init_done(), and WINDOW_EXISTS.
