comparison gpf/CCD/util/api.bat @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
1 @echo off
2 rem ---------------------------------------------------------------------------
3 rem Project :
4 rem Modul : api.bat
5 rem ---------------------------------------------------------------------------
6 rem Copyright 2002 Texas Instruments Berlin, AG
7 rem All rights reserved.
8 rem
9 rem This file is confidential and a trade secret of Texas
10 rem Instruments Berlin, AG
11 rem The receipt of or possession of this file does not convey
12 rem any rights to reproduce or disclose its contents or to
13 rem manufacture, use, or sell anything it may describe, in
14 rem whole, or in part, without the specific written consent of
15 rem Texas Instruments Berlin, AG.
16 rem ---------------------------------------------------------------------------
17 rem Purpose : Find functions from CCD API without those working with the
18 rem CCDDATA tables
19 rem ---------------------------------------------------------------------------
20 grep extern \gpf\INC\CCDAPI.H | grep ccd | grep -v codeMsg | grep -v codeElem | grep -v set_patch | grep -v ccd_init_ccddata | gawk "{print $3}" | sed "s/CCDDATA_PREF(\(.*\))/\1/" | sed "s/\(.*\)/\"\1\",/"