/*****************************************************************************
* File: EXP_events.h
*
* Description:
* Union of all events in 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_EVENTS_H
#define EXP_EVENTS_H
#ifdef __cplusplus
extern "C" {
#endif
#include "EXP_T_events.h"
/*****************************************************************************
* Structure: EXP_DomainEvents_u
****************************************************************************/
union EXP_DomainEvents_u
{
EXP_T_Events_u namespace_dummy1;
};
typedef union EXP_DomainEvents_u EXP_DomainEvents_u;
#ifdef __cplusplus
}
#endif
#endif /* EXP_EVENTS_H */