Neonode zForce(TM) SDK
FlipXYMessage.h
Go to the documentation of this file.
1 
9 #if !defined(MESSAGE_FLIPXYMESSAGE_FLIPXYMESSAGE_H) && !defined(CONTAINS_FLIPXYMESSAGE)
10 
11 #ifndef ZFORCECOMMON_H
12  #error Please include "zForceCommon.h" before this file.
13 #endif // ZFORCECOMMON_H
14 
21 {
22 #endif // !defined(MESSAGE_FLIPXYMESSAGE_FLIPXYMESSAGE_H) && !defined(CONTAINS_FLIPXYMESSAGE)
23 #if !defined(MESSAGE_FLIPXYMESSAGE_FLIPXYMESSAGE_H) || defined(CONTAINS_FLIPXYMESSAGE)
24  #define CONTAINS_MESSAGE
25  #include <Message.h>
26  #undef CONTAINS_MESSAGE
28 #endif // !defined(MESSAGE_FLIPXYMESSAGE_FLIPXYMESSAGE_H) || defined(CONTAINS_FLIPXYMESSAGE)
29 #if !defined(MESSAGE_FLIPXYMESSAGE_FLIPXYMESSAGE_H) && !defined(CONTAINS_FLIPXYMESSAGE)
30 };
31 
32 #ifdef __cplusplus
33 extern "C"
34 {
35 #endif // __cplusplus
36 
51 DLLINTERNAL FlipXYMessage * FlipXYMessage_New (MessageGroup messageGroup, uint32_t size);
52 
53 #ifdef __cplusplus
54 }
55 #endif // __cplusplus
56 
57 #define MESSAGE_FLIPXYMESSAGE_FLIPXYMESSAGE_H
58 #endif // !defined(MESSAGE_FLIPXYMESSAGE_FLIPXYMESSAGE_H) && !defined(CONTAINS_FLIPXYMESSAGE)
59 
60 
DLLINTERNAL FlipXYMessage * FlipXYMessage_New(MessageGroup messageGroup, uint32_t size)
Internal constructor for FlipXYMessage.
Base class for all Messages.
bool AxesAreFlipped
Are the axes flipped?
Definition: FlipXYMessage.h:27
This structure represents a FlipXY Message.
Definition: FlipXYMessage.h:20
MessageGroup
Enum describing the different groups a message can belong to.
Definition: zForceTypes.h:128