/***************************************************************************** * File: EXP_dom_init.h * * Initialization services for the following domain: * Domain: EXP * Repository: exp.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 EXP_DOM_INIT_H #define EXP_DOM_INIT_H #ifdef __cplusplus extern "C" { #endif #include "e_mechs.h" #include "e_events.h" /***************************************************************************** * System initialization method for domain: EXP ****************************************************************************/ extern void IntializeDomain_EXP( void ); /***************************************************************************** * System shutdown method for domain: EXP ****************************************************************************/ extern void ShutdownDomain_EXP( void ); extern void EXP_DomainDispatcher( OoaEvent_t * ); /**************************************************************************** * Initialization object methods: * * Object: experiment init (INIT) * Subsystem: experiment ***************************************************************************/ extern void EXP_INIT_InitState_1( void ); #ifdef __cplusplus } #endif #endif /* EXP_DOM_INIT_H */