//###################################################################################
//#						          SCOL Plugin : SMI RED eye tracking Control							    #
//#						                          Author : 							                      #
//#						                      Aymeric SUTEAU									                #
//#						                       LISA - ANGERS									                #
//###################################################################################

/**
* @file Plugin.h
*
* @brief The file contains the header for SMI RED Scol plugin
**/


// Include Scol Library
#include <scol.h>

// Include Header File
#include "EyeTracking.h"

// Extern variables declaration
extern cbmachine ww;				    // Scol machine declaration
extern HWND HScol;					    // Scol window Handle
extern int OBJSMISCOL;			    // SMI RED Eye tracking system object

// Fusion callbacks
extern int SCOL_SMI_CONNECTED_CB;
extern int SMI_CONNECTED_CB;

extern int SCOL_SMI_DISCONNECTED_CB;
extern int SMI_DISCONNECTED_CB;

extern int SCOL_SMI_CALIBRATION_DONE_CB;
extern int SMI_CALIBRATION_DONE_CB;

extern int SCOL_SMI_NEW_FIXATION_CB;
extern int SMI_NEW_FIXATION_CB;

extern int SCOL_SMI_NEW_SAMPLE_CB;
extern int SMI_NEW_SAMPLE_CB;
