/*****************************************************************************
* File: A_bridge.c
*
* Description:
*
* External Entity: 'autosampler' (A)
****************************************************************************/
#include "e_mechs.h"
#include "e_events.h"
#include "EXP_objects.h"
#include "A_enums.h"
#include "EXP_T_object.h"
#include "EXP_T_events.h"
#include "A_bridge.h"
/*****************************************************************************
* Bridge: stopandgo
****************************************************************************/
void
A_stopandgo(
const int ee_directive )
{
/* Insert your implementation code here... */
}
/*****************************************************************************
* Bridge: INIT
****************************************************************************/
void
A_INIT()
{
/* Insert your implementation code here... */
}