/*****************************************************************************
* File: EXP_objects.h
*
* This file defines the object type identification numbers for all objects
* 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_OBJECTS_H
#define EXP_OBJECTS_H
#ifdef __cplusplus
extern "C" {
#endif
/* Active Object: technique (T) [1] */
#define EXP_T_OBJECT_ID 1
typedef struct EXP_T_s EXP_T_s;
/* Bridge Object: bridge (FBO) [3] */
#define EXP_FBO_OBJECT_ID 2
/* Init Object: experiment init (INIT) [2] */
#define EXP_INIT_OBJECT_ID 3
#define EXP_STATE_MODELS 1
#ifdef __cplusplus
}
#endif
#endif /* EXP_OBJECTS_H */