HOPS
HOPS class reference
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <glob.h>
#include <limits.h>
#include <sys/stat.h>
#include <time.h>
#include <difxio.h>
#include "difx2mark4.h"
Functions | |
int | convertMark4 (struct CommandLineOptions *opts, int *nScan, int *nScanTot) |
void | deleteCommandLineOptions (struct CommandLineOptions *opts) |
int | main (int argc, char **argv) |
struct CommandLineOptions * | newCommandLineOptions () |
int | newScan (DifxInput *, struct CommandLineOptions *, char *, int, int *) |
struct CommandLineOptions * | parseCommandLine (int argc, char **argv) |
Variables | |
const char | author [] = "hops-dev@mit.edu" |
struct fbands | fband [MAX_FBANDS] |
const char | program [] = "difx2mark4" |
const char | version [] = "1.8.1" |
int convertMark4 | ( | struct CommandLineOptions * | opts, |
int * | nScan, | ||
int * | nScanTot | ||
) |
void deleteCommandLineOptions | ( | struct CommandLineOptions * | opts | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
struct CommandLineOptions* newCommandLineOptions | ( | ) |
int newScan | ( | DifxInput * | D, |
struct CommandLineOptions * | opts, | ||
char * | node, | ||
int | scanId, | ||
int * | jobId | ||
) |
struct CommandLineOptions* parseCommandLine | ( | int | argc, |
char ** | argv | ||
) |
const char author[] = "hops-dev@mit.edu" |
struct fbands fband[MAX_FBANDS] |
const char program[] = "difx2mark4" |
const char version[] = "1.8.1" |