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

📄 rf_multislottx_thrd.cpp

📁 MTK 手机软件开发 META 源代码,开发环境: C++ Builder
💻 CPP
字号:
/*****************************************************************************
*  Copyright Statement:
*  --------------------
*  This software is protected by Copyright and the information contained
*  herein is confidential. The software may not be copied and the information
*  contained herein may not be used or disclosed except with the written
*  permission of MediaTek Inc. (C) 2001
*
*****************************************************************************/

/*****************************************************************************
 *
 * Filename:
 * ---------
 *   rf_MultiSlotTx_Thrd.cpp
 *
 * Project:
 * --------
 *   Maui META APP
 *
 * Description:
 * ------------
 *  RF multislot TX thread source
 *
 * Author:
 * -------
 *  Andy Ueng (mtk00490)
 *
 *============================================================================
 *             HISTORY
 * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *------------------------------------------------------------------------------
 * $Revision$
 * $Modtime$
 * $Log$
 * 
 *------------------------------------------------------------------------------
 * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *============================================================================
 ****************************************************************************/

//---------------------------------------------------------------------------
#include <vcl.h>

#pragma hdrstop


// equipment
#include "ageCommon.h"
#include "age1968A.h"
#include "cmu200.h"

#ifndef  _RCT_COMMON_H_
#include "rct_common.h"
#endif


#ifndef _RF_MULTISLOT_TX_THRD_H_
#include "rf_multislotTx_thrd.h"
#endif

//==============================================================================

//==============================================================================
void _fastcall CMultiSlotTxThrd::ShowMsg()
{
    ShowMessage( as_Msg );
}

//------------------------------------------------------------------------------
void _fastcall CMultiSlotTxThrd::SyncShowMsg(AnsiString as)
{
    as_Msg = as;
    Synchronize( ShowMsg );
}

//=========================================================================================
__fastcall CMultiSlotTxThrd::CMultiSlotTxThrd(
                                           bool CreateSuspended                                           
                                          ): TThread(CreateSuspended)
{
   
    
}

//---------------------------------------------------------------------------
void __fastcall CMultiSlotTxThrd::Execute()
{

    
}

⌨️ 快捷键说明

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