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 
22 {
25 };
26 
43  (MessageGroup messageGroup, uint32_t size);
44 
45 #endif // MESSAGE_RESOLUTIONMESSAGE_RESOLUTIONMESSAGE_H
46 
This structure represents a resolution message.
Definition: ResolutionMessage.h:21
CartesianCoordinates
X, Y and Z Coordinates.
Definition: ResolutionMessage.h:24
Message
Base Message.
Definition: ResolutionMessage.h:23
MessageGroup
Enum describing the different groups a message can belong to.
Definition: zForceTypes.h:113
DLLINTERNAL ResolutionMessage * ResolutionMessage_New(MessageGroup messageGroup, uint32_t size)
Internal constructor for ResolutionMessage.