/***************************************************************************** * File: A_bridge.h * * Description: * * External Entity: 'autosampler' (A) ****************************************************************************/ #ifndef A_BRIDGE_H #define A_BRIDGE_H #ifdef __cplusplus extern "C" { #endif #include "e_mechs.h" #include "A_enums.h" /***************************************************************************** * Bridge: stopandgo ****************************************************************************/ extern void A_stopandgo( const int ee_directive ); /***************************************************************************** * Bridge: INIT ****************************************************************************/ extern void A_INIT( void ); #ifdef __cplusplus } #endif #endif /* A_BRIDGE_H */