]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tas2557sw-android/tas2557-ftc.git/blobdiff - tas2557_ftc.h
Merge branch 'master' of git://git.ti.com/tas2557sw-android/tas2557-ftc
[tas2557sw-android/tas2557-ftc.git] / tas2557_ftc.h
index 269d7a360536f174b2f39651ba489be2f582bafd..6904780b01b272f229363eafa59101e5a0077859 100755 (executable)
@@ -2,18 +2,6 @@
 ** =============================================================================\r
 ** Copyright (c) 2016  Texas Instruments Inc.\r
 **\r
-** This program is free software; you can redistribute it and/or modify it under\r
-** the terms of the GNU General Public License as published by the Free Software \r
-** Foundation; version 2.\r
-**\r
-** This program is distributed in the hope that it will be useful, but WITHOUT\r
-** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
-** FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r
-**\r
-** You should have received a copy of the GNU General Public License along with\r
-** this program; if not, write to the Free Software Foundation, Inc., 51 Franklin\r
-** Street, Fifth Floor, Boston, MA 02110-1301, USA.\r
-**\r
 ** File:\r
 **     tas2557_ftc.h\r
 **\r
@@ -35,11 +23,15 @@ struct TSPKCharData {
        double nSpkReAlpha;\r
 \r
        double nPPC3_Re0;\r
+       double nPPC3_FWarp;\r
+       double nPPC3_Bl;\r
+       double nPPC3_Mms;\r
        double nPPC3_RTV;\r
        double nPPC3_RTM;\r
        double nPPC3_RTVA;\r
        double nPPC3_SysGain;\r
        double nPPC3_DevNonlinPer;\r
+       double nPPC3_PIG;\r
 \r
        double nReHi;\r
        double nReLo;\r
@@ -49,10 +41,11 @@ struct TFTCConfiguration {
        bool bVerbose;\r
        bool bLoadCalibration;\r
        unsigned int nCalibrationTime;\r
+       double nPPC3_FS;\r
 \r
        struct TSPKCharData nTSpkCharDevA;\r
 };\r
 \r
 uint32_t tas2557_ftc(double t_cal, struct TFTCConfiguration *pFTCC);\r
-\r
+int tas2557_chk(double t_cal, struct TFTCConfiguration *pFTCC);\r
 #endif /* TAS2557_FTC_H_ */\r