access_apc.h
来自「MTK 手机软件开发 META 源代码,开发环境: C++ Builder」· C头文件 代码 · 共 81 行
H
81 行
/*****************************************************************************
* 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:
* ---------
* access_apc.h
*
* Project:
* --------
* Maui META APP
*
* Description:
* ------------
* APC calibration export to Microsoft Access header
*
* 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!!
*============================================================================
****************************************************************************/
#ifndef _ACCESS_APC_H_
#define _ACCESS_APC_H_
#include <ADODB.hpp>
/*---------------------------------------------------------------------------*/
#ifndef META_DLL_H
#include "meta.h"
#endif
/*---------------------------------------------------------------------------*/
class CACCESSAPC
{
private:
protected:
public:
CACCESSAPC( void );
~CACCESSAPC( );
void SetTabNameToAPC_PARAMETERS( TADOTable *p_ADOTab );
void SetTabNameToAPC_PCL_POWER( TADOTable *p_ADOTab );
void PostRecordToAccess( TADOTable *p_ADOTab );
bool AddFieldToAccess( TADOTable *p_ADOTab, AnsiString as_fieldname, AnsiString as_fieldvalue );
bool AddBarcodeToAccess( TADOTable *p_ADOTab, AnsiString as_ID );
bool AddPcToAccess( TADOTable *p_ADOTab );
bool AddDateToAccess( TADOTable *p_ADOTab );
bool AddTimeToAccess( TADOTable *p_ADOTab );
void AddTxPcldBmParameterToAccess( TADOTable *p_ADOTab, FrequencyBand freqband,
AnsiString as_tx_pcl, double **p_PCL_dBm);
};
/*---------------------------------------------------------------------------*/
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?