/*****************************************************************************
 * File:       EXP_bridge.c
 *
 * Description:
 *
 * External Entity: 'experiment'  (EXP)
 ****************************************************************************/


#include "e_mechs.h"
#include "e_events.h"
#include "A_objects.h"
#include "A_CAR_object.h"
#include "A_CAR_events.h"
#include "A_SP_object.h"
#include "A_SP_events.h"

#include "EXP_bridge.h"

/* Dummy up instance handle for event generation.  */
static Escher_InstanceHandle_t self = &self;
/*****************************************************************************
 * Bridge:  done
 ****************************************************************************/
void
EXP_done()
{

  /* Insert your implementation code here... */

}