WSF
WsfXIO_Defines.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2003-2015 The Boeing Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12#ifndef WSFXIO_DEFINES_HPP
13#define WSFXIO_DEFINES_HPP
14
15#include "wsf_export.h"
16
17// Defines some Serialize() helper functions:
18// Enum(), RawData(), Array()
19// This header avoids an extra packetio include path for WSF applications
20#include "PakSerializeFwd.hpp"
22{
23// Should no longer be necessary
24
25// class WSF_EXPORT WsfXIO_StringIdSerialize
26// {
27// public:
28// WsfXIO_StringIdSerialize(int* aIdPtr)
29// : mIdPtr(aIdPtr)
30// {}
31// int* mIdPtr;
32// };
33
35
36// inline WsfXIO_StringIdSerialize StringId(int& aStringId) { return WsfXIO_StringIdSerialize(&aStringId); }
37} // namespace PakSerialization
39#endif
Definition WsfXIO_Defines.hpp:22
Copyrights Multiple, All Rights Reserved