FastCV Sample Application  1.7.1
About.h
00001 #ifndef ABOUT_H
00002 #define ABOUT_H
00003 
00004 /*
00005  * Copyright (c) 2014 Qualcomm Technologies Incorporated.
00006  * All Rights Reserved 
00007  * Qualcomm Technologies Confidential and Proprietary
00008  * 
00009  *
00010  * @file Definition of About Java Native Interface (JNI).
00011  *
00012  */
00013 
00014 //==============================================================================
00015 // Include Files
00016 //==============================================================================
00017 #include <jni.h>
00018 
00019 //==============================================================================
00020 // Declarations
00021 //==============================================================================
00022 extern "C" {
00023 
00024    //-----------------------------------------------------------------------------
00028    //-----------------------------------------------------------------------------
00029    JNIEXPORT jstring JNICALL Java_com_qualcomm_fastcorner_About_getFastCVVersion
00030    (
00031       JNIEnv* env,
00032       jobject obj
00033    );
00034 
00035 };
00036 
00037 #endif // ABOUT_H
 All Data Structures Functions Variables