WSF
src
core
wsf_cyber
source
WsfCyberComponentRoles.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 2018 Infoscitex, a DCS 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 WSFCYBERCOMPONENTROLES_HPP
13
#define WSFCYBERCOMPONENTROLES_HPP
14
15
// reserved block 261 - 280 for wsf_cyber
16
enum
17
{
18
cWSF_COMPONENT_CYBER_PROTECT
= 261,
19
cWSF_COMPONENT_CYBER_TRIGGER
= 262,
20
cWSF_COMPONENT_CYBER_CONSTRAINT
= 263
21
};
22
#endif
cWSF_COMPONENT_CYBER_CONSTRAINT
@ cWSF_COMPONENT_CYBER_CONSTRAINT
Definition
WsfCyberComponentRoles.hpp:20
cWSF_COMPONENT_CYBER_PROTECT
@ cWSF_COMPONENT_CYBER_PROTECT
'cyber_protect' platform extension.
Definition
WsfCyberComponentRoles.hpp:18
cWSF_COMPONENT_CYBER_TRIGGER
@ cWSF_COMPONENT_CYBER_TRIGGER
Definition
WsfCyberComponentRoles.hpp:19
Copyrights Multiple, All Rights Reserved