?? pslampdevwnt.h
字號:
//// Copyright (C) 2004, 2005 Pingtel Corp.// //// $$//////////////////////////////////////////////////////////////////////////////#ifndef _PsLampDevWnt_h_#define _PsLampDevWnt_h_// SYSTEM INCLUDES// APPLICATION INCLUDES#include "os/OsDefs.h"#include "ps/PsLampDev.h"// DEFINES// MACROS// EXTERNAL FUNCTIONS// EXTERNAL VARIABLES// CONSTANTS// STRUCTS// TYPEDEFS// FORWARD DECLARATIONSclass PsLampTask;//:Phone set lamp device support on the WIN32 platformclass PsLampDevWnt : public PsLampDev{/* //////////////////////////// PUBLIC //////////////////////////////////// */public:/* ============================ CREATORS ================================== */ PsLampDevWnt(PsLampTask* pLampTask=NULL); //:Constructor // Initialize the lamp device virtual ~PsLampDevWnt(); //:Destructor/* ============================ MANIPULATORS ============================== */ void lightLamps(unsigned long onLamps); //:Turn on the indicated lamps/* ============================ ACCESSORS ================================= *//* ============================ INQUIRY =================================== *//* //////////////////////////// PROTECTED ///////////////////////////////// */protected:/* //////////////////////////// PRIVATE /////////////////////////////////// */private: PsLampDevWnt(const PsLampDevWnt& rPsLampDevWnt); //:Copy constructor (not implemented for this class) PsLampDevWnt& operator=(const PsLampDevWnt& rhs); //:Assignment operator (not implemented for this class)};/* ============================ INLINE METHODS ============================ */#endif // _PsLampDevWnt_h_
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -