/*****************************************************************************
* File: A_enums.h
*
* Description:
* Enumerated data types in the application analysis of domain:
*
* Domain: A
* 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_ENUMS_H
#define A_ENUMS_H
#ifdef __cplusplus
extern "C" {
#endif
/*****************************************************************************
* Enumerated Data Type: 'position'
****************************************************************************/
#define A_position__UNITIALIZED__e -1
#define A_position_up_e 0 /* up */
#define A_position_down_e 1 /* down */
/*****************************************************************************
* Enumerated Data Type: 'order'
****************************************************************************/
#define A_order__UNITIALIZED__e -1
#define A_order_go_e 0 /* go */
#define A_order_stop_e 1 /* stop */
#ifdef __cplusplus
}
#endif
#endif /* A_ENUMS_H */