WSF
WsfTypes.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 WSFTYPES_HPP
13#define WSFTYPES_HPP
14
15#include "wsf_export.h"
16
17#include <string>
18
20
40
41namespace WsfTypes
42{
43bool WSF_EXPORT StringToEnum(const std::string& aString, WsfSpatialDomain& aSpatialDomain);
44
45std::string WSF_EXPORT EnumToString(WsfSpatialDomain aSpatialDomain);
46} // namespace WsfTypes
47
48#endif
WsfSpatialDomain
A collection of enumerations and type definitions that are used across a number of components.
Definition WsfTypes.hpp:32
@ WSF_SPATIAL_DOMAIN_SURFACE
Airplanes, etc.
Definition WsfTypes.hpp:36
@ WSF_SPATIAL_DOMAIN_AIR
Cars, trucks, buildings, etc.
Definition WsfTypes.hpp:35
@ WSF_SPATIAL_DOMAIN_LAND
unknown or undefined
Definition WsfTypes.hpp:34
@ WSF_SPATIAL_DOMAIN_UNKNOWN
Definition WsfTypes.hpp:33
@ WSF_SPATIAL_DOMAIN_SPACE
Submarines.
Definition WsfTypes.hpp:38
@ WSF_SPATIAL_DOMAIN_SUBSURFACE
Ships, boats, etc.
Definition WsfTypes.hpp:37
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfTypes.cpp:15
bool StringToEnum(const std::string &aString, WsfSpatialDomain &aSpatialDomain)
Definition WsfTypes.cpp:20
std::string EnumToString(WsfSpatialDomain aSpatialDomain)
Definition WsfTypes.cpp:53
Copyrights Multiple, All Rights Reserved