HOPS
HOPS class reference
|
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include "msg.h"
#include "mk4_data.h"
#include "mk4_util.h"
#include "fstruct.h"
#include "control.h"
#include "refringe.h"
#include "param_struct.h"
#include "pass_struct.h"
#include "ffcontrol.h"
Macros | |
#define | FALSE 0 |
#define | TRUE 1 |
Functions | |
int | parse_cmdline (int argc, char **argv, fstruct **files, bsgstruct **base_sgrp, struct type_param *param) |
int | parse_polar (char *field, short *code) |
Variables | |
char | afile_name [512] |
char | control_filename [512] |
char * | control_string |
char | display_name [1024] |
int | displayopt = FALSE |
#define FALSE 0 |
#define TRUE 1 |
int parse_cmdline | ( | int | argc, |
char ** | argv, | ||
fstruct ** | files, | ||
bsgstruct ** | base_sgrp, | ||
struct type_param * | param | ||
) |
int parse_polar | ( | char * | field, |
short * | code | ||
) |
char afile_name[512] |
char control_filename[512] |
char* control_string |
char display_name[1024] |
int displayopt = FALSE |