WSF
WsfCyberConstraintTypes.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 2021 Radiance Technologies. 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 WSFCYBERCONSTRAINTTYPES_HPP
13#define WSFCYBERCONSTRAINTTYPES_HPP
14
16#include "WsfObjectTypeList.hpp"
17
18namespace wsf
19{
20namespace cyber
21{
22class ConstraintTypes : public WsfObjectTypeList<Constraint>
23{
24public:
26
27 static WSF_CYBER_EXPORT ConstraintTypes& Get(WsfScenario& aScenario);
28 static WSF_CYBER_EXPORT const ConstraintTypes& Get(const WsfScenario& aScenario);
30
31 ConstraintTypes(WsfScenario& aScenario);
32
33 static void RegisterComponentFactory(WsfScenario& aScenario);
34};
35
36} // namespace cyber
37
38} // namespace wsf
39
40#endif
WsfObjectTypeList(WsfScenario &aScenario, unsigned int aFlags, const std::string &aBlockName)
Definition WsfObjectTypeList.hpp:76
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
static WSF_CYBER_EXPORT ConstraintTypes & Get(WsfScenario &aScenario)
Return a modifiable reference to the type list associated with the specified scenario.
Definition WsfCyberConstraintTypes.cpp:57
static void RegisterComponentFactory(WsfScenario &aScenario)
Definition WsfCyberConstraintTypes.cpp:78
ConstraintTypes(WsfScenario &aScenario)
Definition WsfCyberConstraintTypes.cpp:70
Definition WsfCyberApplicationExtension.cpp:24
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
Copyrights Multiple, All Rights Reserved