⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 am_timer_vibrate.h

📁 Motorola synergy audio component
💻 H
字号:
#ifndef AM_TIMER_VIBRATE_H#define AM_TIMER_VIBRATE_H//--------------------------------------------------------------------------------------------------//                                                                               //   Header Name: mf_sf_filename.h////   General Description: General description of the contents of this header file. ////--------------------------------------------------------------------------------------------------////                            Motorola Confidential Proprietary//                       Advanced Technology and Software Operations//                    (c) Copyright Motorola 1999, All Rights Reserved//   //// Revision History://                             Modification     Tracking// Author                          Date          Number     Description of Changes// -------------------------   ------------    ----------   ----------------------------------------// Kevin Tang                  08/24/2000      CSGce67917   Update audio Manager to support Synergy//                                                          Lite tone defs// David Brenner               07/24/2000      CSGce66238   Add Ringer/Vibrate functionality////////--------------------------------------------------------------------------------------------------//                                       INCLUDE FILES//--------------------------------------------------------------------------------------------------#include "AM_Timers.h"#include <ENGINE_AUDIO/td_aud_tone_req_tone_type.h>class Vibrate_Timer : public AM_Timer_Base{public:    Vibrate_Timer();    virtual void RunSequence();    void SetDelays(TD_AUD_TONE_UNION_T vib, UINT8 repetition, UINT8 dsp_seq);private:    TD_AUD_TONE_UNION_T Vib;          // The choice of which of the 5 vib alerts    UINT8 Repetition;                       // The number of vib alert cycles to be played    UINT8 DspSeq;                           // Remembers the dsp_seq of the vib tone};extern Vibrate_Timer  vibrate_timer;#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -