/*****************************************************************************
 * File:  A_FBO_bridge.h
 *
 * Description:
 * Bridge implementation for the following application analysis object:
 *
 * Object:     bridge  (FBO)
 * Domain:     A
 * Subsystem:  autosampler
 * Repository: as2.ooa
 *
 * Notice:
 *   (C) Copyright 1999, 2000 ROX Software, Inc.
 *   All rights reserved.
 *
 * Model Compiler:  MC3020 V1.3.0
 *
 * Warnings:
 *   !!! THIS IS AN AUTO-GENERATED FILE. PLEASE DO NOT EDIT. !!!
 ****************************************************************************/

#ifndef A_FBO_BRIDGE_H
#define A_FBO_BRIDGE_H

#ifdef	__cplusplus
extern "C" {
#endif

#include "e_mechs.h"
#include "e_events.h"

#include "A_enums.h"
#include "sys_init.h"

/*****************************************************************************
 * Synchronous Bridge Methods
 ****************************************************************************/

/*****************************************************************************
 * Bridge: INIT
 ****************************************************************************/
extern void A_FBO_INIT( void );

/*****************************************************************************
 * Bridge: genC2there
 ****************************************************************************/
extern void A_FBO_genC2there( void );

/*****************************************************************************
 * Bridge: genP3pip
 ****************************************************************************/
extern void A_FBO_genP3pip( void );

/*****************************************************************************
 * Bridge: stopandgo
 ****************************************************************************/
extern void A_FBO_stopandgo( 
    const int s_directive );


#ifdef	__cplusplus
}
#endif

#endif  /* A_FBO_BRIDGE_H */