Neonode zForce(TM) SDK
ResolutionMessage.h
Go to the documentation of this file.
1 
9 #ifndef MESSAGE_RESOLUTIONMESSAGE_RESOLUTIONMESSAGE_H
10 #define MESSAGE_RESOLUTIONMESSAGE_RESOLUTIONMESSAGE_H
11 
12 #ifndef ZFORCECOMMON_H
13  #error Please include "zForceCommon.h" before this file.
14 #endif // ZFORCECOMMON_H
15 
17 {
20 };
21 
38  (MessageGroup messageGroup, uint32_t size);
39 
40 #endif // MESSAGE_RESOLUTIONMESSAGE_RESOLUTIONMESSAGE_H
41 
Definition: ResolutionMessage.h:16
CartesianCoordinates
X, Y and Z Coordinates.
Definition: ResolutionMessage.h:19
Message
Base Message.
Definition: ResolutionMessage.h:18
DLLINTERNAL ResolutionMessage * ResolutionMessage_New(MessageGroup messageGroup, uint32_t size)
Internal constructor for ResolutionMessage.