Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
byteswap.h File Reference
#include "longdef.h"
Include dependency graph for byteswap.h:

Go to the source code of this file.

Functions

void ByteSwapShort (short *shortNumber)
void ByteSwapLong (AXGLONG *longNumber)
void ByteSwapFloat (float *floatNumber)
void ByteSwapDouble (double *doubleNumber)
void ByteSwapShortArray (short *shortArray, int arraySize)
void ByteSwapLongArray (AXGLONG *longArray, int arraySize)
void ByteSwapFloatArray (float *floatArray, int arraySize)
void ByteSwapDoubleArray (double *doubleArray, int arraySize)

Function Documentation

◆ ByteSwapDouble()

void ByteSwapDouble ( double * doubleNumber)

◆ ByteSwapDoubleArray()

void ByteSwapDoubleArray ( double * doubleArray,
int arraySize )

◆ ByteSwapFloat()

void ByteSwapFloat ( float * floatNumber)

◆ ByteSwapFloatArray()

void ByteSwapFloatArray ( float * floatArray,
int arraySize )

◆ ByteSwapLong()

void ByteSwapLong ( AXGLONG * longNumber)

References AXGLONG.

◆ ByteSwapLongArray()

void ByteSwapLongArray ( AXGLONG * longArray,
int arraySize )

References AXGLONG.

◆ ByteSwapShort()

void ByteSwapShort ( short * shortNumber)

◆ ByteSwapShortArray()

void ByteSwapShortArray ( short * shortArray,
int arraySize )