ICP  1
Macros | Functions
byte_rel_comp.cpp File Reference
#include "stdafx.h"
#include "DAEstatus.h"
#include "isisvme_types.h"
#include "byte_rel_comp.h"

Go to the source code of this file.

Macros

#define LARGE_NUMBER   1073741824
 

Functions

int byte_rel_comp (int *data_in, int n_in, char *data_out, int max_out, int &n_out, DAEstatus &status)
 
int byte_rel_expn (char *data_in, int n_in, int n_from, int *data_out, int n_out, DAEstatus &status)
 

Macro Definition Documentation

#define LARGE_NUMBER   1073741824

Definition at line 18 of file byte_rel_comp.cpp.

Referenced by byte_rel_comp().

Function Documentation

int byte_rel_comp ( int *  data_in,
int  n_in,
char *  data_out,
int  max_out,
int &  n_out,
DAEstatus status 
)
int byte_rel_expn ( char *  data_in,
int  n_in,
int  n_from,
int *  data_out,
int  n_out,
DAEstatus status 
)