12#ifndef PLATFORMTYPEDEFINITION_HPP
13#define PLATFORMTYPEDEFINITION_HPP
15#include "usmtf_export.h"
33 explicit PlatformTypeDefinition(
const std::string& aDefinitionName,
const std::string& aAFSIMBaseType)
noexcept;
40 std::
string mDefinitionName;
41 std::
string mAFSIMBaseType;
Definition Exportable.hpp:27
Template specialization for wsf::comm::Address. Allows usage of Address in std::unordered_map/set.
Definition WsfCommAddress.hpp:185