?? access_adc.h
字號:
/*****************************************************************************
* 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_adc.h
*
* Project:
* --------
* Maui META APP
*
* Description:
* ------------
* IP2 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_ADC_H_
#define _ACCESS_ADC_H_
#include <ADODB.hpp>
/*---------------------------------------------------------------------------*/
#ifndef _BB_ADC_H_
#include "bb_adc.h"
#endif
/*---------------------------------------------------------------------------*/
class CACCESSADC
{
private:
protected:
public:
CACCESSADC( void );
~CACCESSADC( );
void SetTabNameToADC_PARAMETERS( 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 );
bool AddADCParameterToAccess( TADOTable *p_ADOTab, bmt_adcdata *p_AdcData,
int i_BATTERY_CHANNEL, int i_CHARGER_CHANNEL );
};
/*---------------------------------------------------------------------------*/
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -