am_timer_vibrate.h

来自「Motorola synergy audio component」· C头文件 代码 · 共 54 行

H
54
字号
#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 + =
减小字号Ctrl + -
显示快捷键?