<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="eyetracking" version="1.0" type="input">
  <DESCRIPTION>SMI RED eye tracking control plugin</DESCRIPTION>
  <RESOURCE></RESOURCE>
  <EDITOR>
    <SCRIPT path="./eeyetracking.pkg" />
    <PARAM name="senderIp" type="value" />
    <PARAM name="senderPort" type="value" />
    <PARAM name="receiverIp" type="value" />
    <PARAM name="receiverPort" type="value" />
    <PARAM name="nbPoints" type="value" />
    <PARAM name="validation" type="value" />
    <PARAM name="display" type="value" />
    <PARAM name="speed" type="value" />
    <PARAM name="foregroundBrightness" type="value" />
    <PARAM name="backgroundBrightness" type="value" />
    <PARAM name="targetShape" type="value" />
    <PARAM name="targetSize" type="value" />
    <PARAM name="showEyes" type="value" />
  </EDITOR>
  <CLIENT minstance="true">
    <SCRIPT path="./ceyetracking.pkg" />
    <ACTION name="Calibrate" />
    <EVENT name="Connected" />
    <EVENT name="Disconnected" />
    <EVENT name="Calibration done" />
    <EVENT name="Fixation pos X" />
    <EVENT name="Fixation pos Y" />
    <EVENT name="Fixation duration" />
  </CLIENT>
</PLUGIN>