#include "misctyps.h" #include "GenMonCIN.h" #ifndef _APPGENMON_ #define _APPGENMON_ #define APP_STARTED ( 0x8000 ) #define APP_MEASURED ( 0x4000 ) #define APP_TXDONE ( 0x2000 ) #define APP_ERRMEAS ( 0x0100 ) #define APP_ERRTX ( 0x0200 ) #define APP_ERRSTART ( 0x0400 ) #define APP_ERRMEM ( 0x0800 ) void APP_load ( uInt16 SoundBufSZ ,uInt16 ChansToActivate ); void APP_close ( void ); void APP_TX ( hWAVESDA waveDA ,uInt16 WaveChangedBits ,uInt16 digitalDA ); void APP_Measure ( hWAVESAD waveAD ,uInt16 WaveToMeasureBits ); ulong APP_GetStat ( void ); uInt16 APP_Query ( void ); #endif