|
HOPS
HOPS class reference
|
#include <stdio.h>#include <string.h>#include <ctype.h>#include "pstruct.h"#include "usearray.h"#include "aedit.h"Functions | |
| int | get_axis (char *string, char *ax_name, int *ax_index, char *ax_units, int *aux, int *plotby) |
Variables | |
| struct { | |
| int | axis_index |
| char * | axisname |
| char * | axisunits |
| int | plotby |
| } | axes [] |
| int get_axis | ( | char * | string, |
| char * | ax_name, | ||
| int * | ax_index, | ||
| char * | ax_units, | ||
| int * | aux, | ||
| int * | plotby | ||
| ) |
| struct { ... } axes[] |