HOPS
HOPS class reference
Macros | Functions
fill_station_parms.c File Reference
#include <stdio.h>
#include <string.h>
#include "vex.h"
#include "mk4_vex.h"
#include "mk4_util.h"

Macros

#define IFNOT(blockname)    if (strcmp (blist[deflist[i].blockno].name, blockname) != 0)
 

Functions

int fill_station_parms (struct def_list *deflist, int ndefs, struct date *refdate, struct station_struct *st)
 

Macro Definition Documentation

◆ IFNOT

#define IFNOT (   blockname)     if (strcmp (blist[deflist[i].blockno].name, blockname) != 0)

Function Documentation

◆ fill_station_parms()

int fill_station_parms ( struct def_list deflist,
int  ndefs,
struct date refdate,
struct station_struct st 
)