summaryrefslogtreecommitdiffhomepage
path: root/Tobii-EyeX/include/eyex/EyeXSharedLiterals.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tobii-EyeX/include/eyex/EyeXSharedLiterals.h')
-rwxr-xr-xTobii-EyeX/include/eyex/EyeXSharedLiterals.h67
1 files changed, 0 insertions, 67 deletions
diff --git a/Tobii-EyeX/include/eyex/EyeXSharedLiterals.h b/Tobii-EyeX/include/eyex/EyeXSharedLiterals.h
deleted file mode 100755
index aa96475..0000000
--- a/Tobii-EyeX/include/eyex/EyeXSharedLiterals.h
+++ /dev/null
@@ -1,67 +0,0 @@
-/*********************************************************************************************************************
- * Copyright 2013-2014 Tobii Technology AB. All rights reserved.
- * EyeXSharedLiterals.h
- *********************************************************************************************************************/
-
-#if !defined(__TOBII_TX_SHAREDLITERALS__H__)
-#define __TOBII_TX_SHAREDLITERALS__H__
-
-/*********************************************************************************************************************
- * Literals
- *********************************************************************************************************************/
-
-
- /**
- * State literals
- */
- static const char* TX_SHAREDLITERAL_STATEPATH = "StatePath";
-
- /**
- * Snapshot Literals
- */
- static const char* TX_SHAREDLITERAL_WINDOWIDS = "WindowIds";
- static const char* TX_SHAREDLITERAL_INTERACTORS = "Interactors";
- static const char* TX_SHAREDLITERAL_METADATA = "Metadata";
- static const char* TX_SHAREDLITERAL_SERIALNUMBER = "SerialNumber";
-
- static const char* TX_SHAREDLITERAL_MESSAGETYPE = "MessageType";
- static const char* TX_SHAREDLITERAL_WINDOWID = "WindowId";
- static const char* TX_SHAREDLITERAL_COMMANDTYPE = "CommandType";
- static const char* TX_SHAREDLITERAL_ISVISIBLE = "IsVisible";
-
- /**
- * Callback Response Literals
- */
- static const char* TX_SHAREDLITERAL_NOTIFICATIONTYPE = "NotificationType";
-
- /**
- * Interactor Literals
- */
- static const char* TX_SHAREDLITERAL_BEHAVIORTYPE = "BehaviorType";
- static const char* TX_SHAREDLITERAL_BEHAVIORS = "Behaviors";
- static const char* TX_SHAREDLITERAL_PARENTID = "ParentId";
- static const char* TX_SHAREDLITERAL_INTERACTORID = "InteractorId";
- static const char* TX_SHAREDLITERAL_ISENABLED = "IsEnabled";
- static const char* TX_SHAREDLITERAL_ISDELETED = "IsDeleted";
-
-
-
-
-
-
- static const char* TX_CONNECTIONTOKEN_GETVERSION = "GET_VERSION";
- static const char* TX_CONNECTIONTOKEN_GETMINORVERSION = "GET_MINORVERSION";
- static const char* TX_CONNECTIONTOKEN_CONNECT = "CONNECT";
- static const char* TX_CONNECTIONTOKEN_CLIENTVERSION = "CLIENT_VERSION";
- static const char* TX_CONNECTIONTOKEN_CLIENTMODE = "CLIENT_MODE";
- static const char* TX_CONNECTIONTOKEN_CLIENTID = "CLIENT_ID";
- static const char* TX_CONNECTIONTOKEN_LITERALLIST = "LITERAL_LIST";
-
-
-
-
-/*********************************************************************************************************************/
-
-#endif /* !defined(__TOBII_TX_SHAREDLITERALS__H__) */
-
-/*********************************************************************************************************************/