WSF
WsfDisExt.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// Updated by Infoscitex, a DCS Company.
13// ****************************************************************************
14
15#ifndef WSFDISEXT_HPP
16#define WSFDISEXT_HPP
17
18#include "wsf_export.h"
19
20#include "DisEntityId.hpp"
21#include "DisEntityType.hpp"
25
28{
29public:
30 static DisEntityType ToDis(const WsfExtEntityType& aEntityType);
31 static WsfExtEntityType ToExt(const DisEntityType& aEntityType);
32 static DisEntityId ToDis(const WsfExtEntityId& aEntityId);
33 static WsfExtEntityId ToExt(const DisEntityId& aEntityId);
34};
35
36#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
WsfDisExt provides methods assisting DIS in interacting with WsfExt files.
Definition WsfDisExt.hpp:28
static WsfExtEntityType ToExt(const DisEntityType &aEntityType)
Convert a DisEntityType to a WsfExtEntityType.
Definition WsfDisExt.cpp:32
static DisEntityType ToDis(const WsfExtEntityType &aEntityType)
Convert a WsfExtEntityType to a DisEntityType.
Definition WsfDisExt.cpp:19
Definition WsfExtEntityId.hpp:22
Definition WsfExtEntityType.hpp:28
Copyrights Multiple, All Rights Reserved