HOPS
HOPS class reference
Macros | Enumerations | Functions
pcal_interp.c File Reference
#include <stdio.h>
#include <math.h>
#include <string.h>
#include "msg.h"
#include "mk4_data.h"
#include "mk4_util.h"
#include "param_struct.h"
#include "pass_struct.h"
#include "mk4_sizes.h"
#include "ffmath.h"

Macros

#define TWO31   2147483648.0
 
#define TWO32   4294967296.0
 

Enumerations

enum  {
  USB_LCP = 0 , USB_RCP , LSB_LCP , LSB_RCP ,
  NONE
}
 
enum  { LCP , RCP }
 

Functions

int pcal_interp (struct mk4_sdata *sd1, struct mk4_sdata *sd2, struct type_param *param, struct freq_corel *corel, struct mk4_corel *pcdata)
 

Macro Definition Documentation

◆ TWO31

#define TWO31   2147483648.0

◆ TWO32

#define TWO32   4294967296.0

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
USB_LCP 
USB_RCP 
LSB_LCP 
LSB_RCP 
NONE 

◆ anonymous enum

anonymous enum
Enumerator
LCP 
RCP 

Function Documentation

◆ pcal_interp()

int pcal_interp ( struct mk4_sdata sd1,
struct mk4_sdata sd2,
struct type_param param,
struct freq_corel corel,
struct mk4_corel pcdata 
)