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

Macros

#define EQ   5
 
#define FALSE   0
 
#define GEQ   3
 
#define GT   4
 
#define LEQ   1
 
#define LT   2
 
#define MAXRNG   20
 
#define NOT_OK   0
 
#define OK   1
 
#define TRUE   1
 

Functions

int check_realrange (double value, char *range)
 

Macro Definition Documentation

◆ EQ

#define EQ   5

◆ FALSE

#define FALSE   0

◆ GEQ

#define GEQ   3

◆ GT

#define GT   4

◆ LEQ

#define LEQ   1

◆ LT

#define LT   2

◆ MAXRNG

#define MAXRNG   20

◆ NOT_OK

#define NOT_OK   0

◆ OK

#define OK   1

◆ TRUE

#define TRUE   1

Function Documentation

◆ check_realrange()

int check_realrange ( double  value,
char *  range 
)