8 #ifndef MESSAGE_FLOATINGPROTECTIONMESSAGE_FLOATINGPROTECTIONMESSAGE_H
9 #define MESSAGE_FLOATINGPROTECTIONMESSAGE_FLOATINGPROTECTIONMESSAGE_H 1
11 #ifndef ZFORCECOMMON_H
12 #error Please include "zForceCommon.h" before this file.
DLLINTERNAL FloatingProtectionMessage * FloatingProtectionMessage_New(MessageGroup messageGroup, uint32_t size)
Internal constructor for FloatingProtectionMessage.
This structure represents a floating protection message.
Definition: FloatingProtectionMessage.h:21
uint32_t Time
Floating Protection time in ms.
Definition: FloatingProtectionMessage.h:60
bool Enabled
True when Floating Protection is enabled.
Definition: FloatingProtectionMessage.h:58
bool HasTime
True when Time is valid.
Definition: FloatingProtectionMessage.h:61
void(* Destructor)(Message *self)
Definition: FloatingProtectionMessage.h:57
MessageGroup MessageGroup
Definition: FloatingProtectionMessage.h:33
bool HasEnabled
True when Enabled is valid.
Definition: FloatingProtectionMessage.h:59
int ErrorCode
Definition: FloatingProtectionMessage.h:45
uint64_t SerialNumber
Definition: FloatingProtectionMessage.h:51
bool Error
Definition: FloatingProtectionMessage.h:39
MessageType MessageType
Definition: FloatingProtectionMessage.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