Neonode zForce(TM) SDK
FlipXYMessage.h
Go to the documentation of this file.
1 
8 #ifndef MESSAGE_FLIPXYMESSAGE_FLIPXYMESSAGE_H
9 #define MESSAGE_FLIPXYMESSAGE_FLIPXYMESSAGE_H 1
10 
11 #ifndef ZFORCECOMMON_H
12  #error Please include "zForceCommon.h" before this file.
13 #endif // ZFORCECOMMON_H
14 
21 {
39  bool Error;
45  int ErrorCode;
51  uint64_t SerialNumber;
57  void ( * Destructor)(Message * self);
59 };
60 
61 #ifdef __cplusplus
62 extern "C"
63 {
64 #endif // __cplusplus
65 
81 DLLINTERNAL FlipXYMessage * FlipXYMessage_New (MessageGroup messageGroup, uint32_t size);
82 
83 #ifdef __cplusplus
84 }
85 #endif // __cplusplus
86 
87 #endif // MESSAGE_FLIPXYMESSAGE_FLIPXYMESSAGE_H
DLLINTERNAL FlipXYMessage * FlipXYMessage_New(MessageGroup messageGroup, uint32_t size)
Internal constructor for FlipXYMessage.
This structure represents a FlipXY Message.
Definition: FlipXYMessage.h:21
void(* Destructor)(Message *self)
Definition: FlipXYMessage.h:57
bool Error
Definition: FlipXYMessage.h:39
int ErrorCode
Definition: FlipXYMessage.h:45
bool AxesAreFlipped
True when axes are flipped.
Definition: FlipXYMessage.h:58
uint64_t SerialNumber
Definition: FlipXYMessage.h:51
MessageGroup MessageGroup
Definition: FlipXYMessage.h:33
MessageType MessageType
Definition: FlipXYMessage.h:27
The main Message struct.
Definition: Message.h:21
MessageGroup
Enum describing the different groups a message can belong to.
Definition: zForceTypes.h:134
MessageType
Enum describing the different message types that exists.
Definition: zForceTypes.h:104