gwnavruntime/visualdebug/messages/endofsynchronizationblob.h Source File

endofsynchronizationblob.h
Go to the documentation of this file.
1 /*
2 * Copyright 2016 Autodesk, Inc. All rights reserved.
3 * Use of this software is subject to the terms of the Autodesk license agreement and any attachments or Appendices thereto provided at the time of installation or download,
4 * or which otherwise accompanies this software in either electronic or hard copy form, or which is signed by you and accepted by Autodesk.
5 */
6 
7 
8 #pragma once
9 
10 
12 
13 namespace Kaim
14 {
15 
16 // This blob is sent by the Lab when the syncing step is completed.
17 class EndOfSynchronizationBlob
18 {
19 public:
20  KY_ROOT_BLOB_CLASS(VisualDebugMessage, EndOfSynchronizationBlob, 0)
21 public:
22 };
23 
24 inline void SwapEndianness(Endianness::Target /*e*/, EndOfSynchronizationBlob& /*self*/)
25 {
26 }
27 
28 }
29 
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17