diff options
Diffstat (limited to 'Tobii EyeX/include/eyex/EyeXSharedLiterals.h')
-rwxr-xr-x | Tobii EyeX/include/eyex/EyeXSharedLiterals.h | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/Tobii EyeX/include/eyex/EyeXSharedLiterals.h b/Tobii EyeX/include/eyex/EyeXSharedLiterals.h new file mode 100755 index 0000000..aa96475 --- /dev/null +++ b/Tobii EyeX/include/eyex/EyeXSharedLiterals.h @@ -0,0 +1,67 @@ +/*********************************************************************************************************************
+ * 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__) */
+
+/*********************************************************************************************************************/
|