Deleted.
pelican.h
- Committer:
- QL
- Date:
- 2011-02-15
- Revision:
- 0:9601fa787c8b
File content as of revision 0:9601fa787c8b:
////////////////////////////////////////////////////////////////////////////// // Model: pelican.qm // File: ./pelican.h // // This file has been generated automatically by QP Modeler (QM). // DO NOT EDIT THIS FILE MANUALLY. // // Please visit www.state-machine.com/qm for more information. ////////////////////////////////////////////////////////////////////////////// #ifndef pelican_h #define pelican_h enum PelicanSignals { PEDS_WAITING_SIG = Q_USER_SIG, MAX_PUB_SIG, // the last published signal ON_SIG, OFF_SIG, TIMEOUT_SIG, }; // active objects .................................................. extern QActive * const AO_Pelican; // "opaque" pointer to Pelican AO extern QActive * const AO_Ped; // "opaque" pointer to Ped AO #endif // pelican_h