WSF
SlotParameters.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI//REL TO USA ONLY
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#ifndef L16_SLOTPARAMETERS_HPP
12#define L16_SLOTPARAMETERS_HPP
13
14class UtInput;
16
17namespace WsfL16
18{
20{
21public:
23 bool ProcessInput(UtInput& aInput);
24 void Set(WsfJTIDS_SlotGroup& aSlotGroup, int aSlotNumber);
25
26 int mNPG;
29 int mTSEC;
30 int mMSEC;
31};
32} // namespace WsfL16
33#endif
Definition WsfJTIDS_SlotGroup.hpp:48
bool ProcessInput(UtInput &aInput)
Definition SlotParameters.cpp:28
SlotParameters()
Definition SlotParameters.cpp:19
int mNPG
Definition SlotParameters.hpp:26
int mMSEC
Definition SlotParameters.hpp:30
int mSlotNumber
Definition SlotParameters.hpp:27
int mTSEC
Definition SlotParameters.hpp:29
int mNetNumber
Definition SlotParameters.hpp:28
void Set(WsfJTIDS_SlotGroup &aSlotGroup, int aSlotNumber)
Definition SlotParameters.cpp:61
This file should be included prior to defining a message. Currently there is a limit of 32 fields per...
Definition AllMessages.hpp:55
Copyrights Multiple, All Rights Reserved