26 lines
1001 B
C
Executable File
26 lines
1001 B
C
Executable File
/**
|
|
* @file IRIDALABS_ViSta_Vampire.hpp
|
|
* @brief ViStaEIS-Vampire API header file.
|
|
* @copyright <b>Copyright (c) 2008-2017 IRIDA LABS</b>. <br/>
|
|
* All Rights Reserved IRIDA LABS Proprietary <br/><br/>
|
|
* All ideas, data and information contained in or disclosed by
|
|
* this document are confidential and proprietary information of
|
|
* IRIDA LABS and all rights therein are expressly reserved.
|
|
* By accepting this material the recipient agrees that this material
|
|
* and the information contained therein are held in confidence and in
|
|
* trust and will not be used, copied, reproduced in whole or in part,
|
|
* nor its contents revealed in any manner to others without the express
|
|
* written permission of IRIDA LABS.
|
|
*/
|
|
|
|
#ifndef __IRIDALABS_VISTAVAMPIRE__HEADERFILE__
|
|
#define __IRIDALABS_VISTAVAMPIRE__HEADERFILE__
|
|
|
|
#include <arm_neon.h>
|
|
#include <stdio.h>
|
|
|
|
void SetVampireMode(int mode_, char* file_, int dotsx, int dotsy);
|
|
|
|
#endif /* __IRIDALABS_VISTAVAMPIRE__HEADERFILE__ */
|
|
|