home *** CD-ROM | disk | FTP | other *** search
- #define TIMER_OPH
-
- #ifndef APPMAN_OPH
- #include <sdk\appman>
- #endif
-
- /* Property of timer */
-
- STRUCT PR_TIMER
- root#(SIZEOF(PRS_ROOT))
- active#(SIZEOF(PRS_ACTIVE))
- ENDS
-
- /* Property of buzsnd */
-
- STRUCT PRS_BUZSND
- snd%
- sndrep%
- sndnum%
- snddelay%
- sndvolume%
- h_done%
- m_done%
- ENDS
-
- STRUCT PR_BUZSND
- root#(SIZEOF(PRS_ROOT))
- active#(SIZEOF(PRS_ACTIVE))
- buzsnd#(SIZEOF(PRS_BUZSND))
- ENDS
-
- /* Constants for alarr */
-
- #define ALARR_GRAN 8
-
- /* Property of alarr */
-
- STRUCT PRS_ALARR
- rec#(SIZEOF(RC_VAXVAR))
- ENDS
-
- STRUCT PR_ALARR
- root#(SIZEOF(PRS_ROOT))
- varoot#(SIZEOF(PRS_VAROOT))
- vafix#(SIZEOF(PRS_VAFIX))
- vaflat#(SIZEOF(PRS_VAFLAT))
- alarr#(SIZEOF(PRS_ALARR))
- ENDS
-
- /* Types for animator */
-
- STRUCT IN_ANIMATOR
- own%
- message%
- interval%
- first%
- ENDS
-
- /* Property of animator */
-
- STRUCT PRS_ANIMATOR
- own%
- message%
- interval%
- ENDS
-
- STRUCT PR_ANIMATOR
- root#(SIZEOF(PRS_ROOT))
- active#(SIZEOF(PRS_ACTIVE))
- animator#(SIZEOF(PRS_ANIMATOR))
- ENDS
-