Skip to content

Commit

Permalink
Renamed module to eyex.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpreussner committed Jan 30, 2016
1 parent 0613078 commit d5b707d
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,2 +1,2 @@
# io-eyex
# eyex
Nim bindings for the Tobii EyeX eye tracking SDK.
2 changes: 1 addition & 1 deletion io-eyex.nimble → eyex.nimble
@@ -1,5 +1,5 @@
[Package]
name: "io-eyex"
name: "eyex"
version: "0.1"
author: "Gerke Max Preussner <info@nimio.us>"
description: "Bindings for the Tobii EyeX eye tracking SDK"
Expand Down
34 changes: 17 additions & 17 deletions src/eyex.nim
@@ -1,4 +1,4 @@
## *io-tobii* - Nim bindings for the Tobii EyeX eye tracking SDK.
## *eyex* - Nim bindings for the Tobii EyeX eye tracking SDK.
##
## This file is part of the `Nim I/O <http://nimio.us>`_ package collection.
## See the file LICENSE included in this distribution for licensing details.
Expand All @@ -13,19 +13,19 @@ include
eyexsharedliterals,
eyexframeworktypes,
eyexclienttypes,
eyexenv,
eyexcontext,
eyexobject,
eyexasyncdata,
eyexutils,
eyexsnapshot,
eyexbounds,
eyexinteractor,
eyexcommand,
eyexactions,
eyexbehavior,
eyexstates,
eyexnotification,
eyexquery,
eyexevent,
eyexproperty
eyexenv
# eyexcontext,
# eyexobject,
# eyexasyncdata,
# eyexutils,
# eyexsnapshot,
# eyexbounds,
# eyexinteractor,
# eyexcommand,
# eyexactions,
# eyexbehavior,
# eyexstates,
# eyexnotification,
# eyexquery,
# eyexevent,
# eyexproperty
8 changes: 4 additions & 4 deletions src/eyexclienttypes.nim
@@ -1,4 +1,4 @@
# *io-tobii* - Nim bindings for the Tobii EyeX eye tracking SDK.
# *eyex* - Nim bindings for the Tobii EyeX eye tracking SDK.
#
# This file is part of the `Nim I/O <http://nimio.us>`_ package collection.
# See the file LICENSE included in this distribution for licensing details.
Expand Down Expand Up @@ -37,7 +37,7 @@ const
txCleanupTimeoutDefault* = 500
txCleanupTimeoutForceImmediate* = -1


type
TxEyeComponentOverrideFlags* {.pure, pure, size: sizeof(cint).} = enum ## \
## Enumeration for all client environment component override flags.
Expand All @@ -64,7 +64,7 @@ type
## These values are used to notify the application of the current connection
## state. To receive these notifications the client needs to subscribe using
## `txRegisterConnectionStateChangedHandler <#txRegisterConnectionStateChangedHandler>`_
## and then call `txEnableConnection <#txEnableConnection>`_.
## and then call `txEnableConnection <#txEnableConnection>`_.
connected = txEnumStartValue, ## The client is now connected to the client.
disconnected, ## The client is now disconnected from the client. Unless this
## is due to `txDisableConnection <#txDisableConnection>`_ being called the
Expand All @@ -78,7 +78,7 @@ type
## connected and will not try to reconnect.


TxLogTarget* {.pure, size: sizeof(cint).} = enum ## \
TxLogTarget* {.pure, size: sizeof(cint).} = enum ## \
## Enumeration for all log targets.
##
## When overriding the logging model these flags specify which log targets
Expand Down
2 changes: 1 addition & 1 deletion src/eyexconstants.nim
@@ -1,4 +1,4 @@
# *io-tobii* - Nim bindings for the Tobii EyeX eye tracking SDK.
# *eyex* - Nim bindings for the Tobii EyeX eye tracking SDK.
#
# This file is part of the `Nim I/O <http://nimio.us>`_ package collection.
# See the file LICENSE included in this distribution for licensing details.
Expand Down
2 changes: 1 addition & 1 deletion src/eyexenv.nim
@@ -1,4 +1,4 @@
# *io-tobii* - Nim bindings for the Tobii EyeX eye tracking SDK.
# *eyex* - Nim bindings for the Tobii EyeX eye tracking SDK.
#
# This file is part of the `Nim I/O <http://nimio.us>`_ package collection.
# See the file LICENSE included in this distribution for licensing details.
Expand Down
20 changes: 10 additions & 10 deletions src/eyexframeworktypes.nim
@@ -1,4 +1,4 @@
# *io-tobii* - Nim bindings for the Tobii EyeX eye tracking SDK.
# *eyex* - Nim bindings for the Tobii EyeX eye tracking SDK.
#
# This file is part of the `Nim I/O <http://nimio.us>`_ package collection.
# See the file LICENSE included in this distribution for licensing details.
Expand Down Expand Up @@ -238,19 +238,19 @@ type

TxCommandType* {.pure, size: sizeof(cint).} = enum ## \
## Enumeration for all command types (for internal use only).
executeAction = txEnumStartValue,
executeAction = txEnumStartValue,
setState,
getState,
registerStateObserver,
getState,
registerStateObserver,
unregisterStateObserver,
commitSnapshot,
commitSnapshot,
enableBuiltinKeys,
disableBuiltinKeys,
disableBuiltinKeys,
clientConnection,
launchEyeTrackingControlPanel, ## Deprecated
registerQueryHandler,
launchEyeTrackingControlPanel, ## Deprecated
registerQueryHandler,
unregisterQueryHandler,
diagnosticsRequest,
diagnosticsRequest,
launchConfigurationTool


Expand Down Expand Up @@ -322,7 +322,7 @@ type
TxRequestType* {.pure, size: sizeof(cint).} = enum ## \
## Enumeration for all the types of requests that can be exposed through the
## API.
command = txEnumStartValue, ## The request handles a command
command = txEnumStartValue, ## The request handles a command
custom = txInternalEnumStartValue ## Base value for custom requests defined by
## other protocols

Expand Down
4 changes: 2 additions & 2 deletions src/eyexliterals.nim
@@ -1,4 +1,4 @@
# *io-tobii* - Nim bindings for the Tobii EyeX eye tracking SDK.
# *eyex* - Nim bindings for the Tobii EyeX eye tracking SDK.
#
# This file is part of the `Nim I/O <http://nimio.us>`_ package collection.
# See the file LICENSE included in this distribution for licensing details.
Expand Down Expand Up @@ -137,7 +137,7 @@ var # State literals
txLiteralStatePathDelimiter*: cstring = "."


var # Configuration Tool Literals
var # Configuration Tool Literals
txLiteralConfigurationTool*: cstring = "ConfigurationTool"


Expand Down
2 changes: 1 addition & 1 deletion src/eyexmacros.nim
@@ -1,4 +1,4 @@
# *io-tobii* - Nim bindings for the Tobii EyeX eye tracking SDK.
# *eyex* - Nim bindings for the Tobii EyeX eye tracking SDK.
#
# This file is part of the `Nim I/O <http://nimio.us>`_ package collection.
# See the file LICENSE included in this distribution for licensing details.
Expand Down
2 changes: 1 addition & 1 deletion src/eyexsharedliterals.nim
@@ -1,4 +1,4 @@
# *io-tobii* - Nim bindings for the Tobii EyeX eye tracking SDK.
# *eyex* - Nim bindings for the Tobii EyeX eye tracking SDK.
#
# This file is part of the `Nim I/O <http://nimio.us>`_ package collection.
# See the file LICENSE included in this distribution for licensing details.
Expand Down

0 comments on commit d5b707d

Please sign in to comment.