WSF
WsfCommProtocolPriority.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 WSFCOMMPROTOCOLPRIORITY_HPP
13#define WSFCOMMPROTOCOLPRIORITY_HPP
14
15namespace wsf
16{
17namespace comm
18{
19
24enum class ProtocolPriority : int
25{
27 cRIPv2 = 100,
28 cOSPF = 200,
29 cIGMP = 300,
31 cLEGACY = 500
32};
33
34
35} // namespace comm
36} // namespace wsf
37
38#endif
Definition WsfComm.cpp:34
ProtocolPriority
Definition WsfCommProtocolPriority.hpp:25
@ cAD_HOC
Definition WsfCommProtocolPriority.hpp:26
@ cOSPF
Definition WsfCommProtocolPriority.hpp:28
@ cMULTICAST
Definition WsfCommProtocolPriority.hpp:30
@ cLEGACY
Definition WsfCommProtocolPriority.hpp:31
@ cIGMP
Definition WsfCommProtocolPriority.hpp:29
@ cRIPv2
Definition WsfCommProtocolPriority.hpp:27
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
Copyrights Multiple, All Rights Reserved