WSF
WsfCommXmtrRcvr.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 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
12#ifndef WSFCOMMXMTRRCVR_HPP
13#define WSFCOMMXMTRRCVR_HPP
14
15#include "WsfComm.hpp"
16
17namespace wsf
18{
19namespace comm
20{
21
22class WSF_EXPORT XmtrRcvr : public Comm
23{
24public:
25 XmtrRcvr(const WsfScenario& aScenario, CommType aCommType = cCT_XMT_RCV);
26
27 ~XmtrRcvr() override = default;
28 XmtrRcvr& operator=(const XmtrRcvr& aRhs) = delete;
29
30 Comm* Clone() const override;
31
32protected:
33 XmtrRcvr(const XmtrRcvr& aSrc) = default;
34};
35
36} // namespace comm
37} // namespace wsf
38
39#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
Comm(const WsfScenario &aScenario, CommType aCommType=cCT_XMT_RCV)
Definition WsfComm.cpp:37
CommType
Definition WsfComm.hpp:53
@ cCT_XMT_RCV
Transmit and receive.
Definition WsfComm.hpp:56
XmtrRcvr(const WsfScenario &aScenario, CommType aCommType=cCT_XMT_RCV)
Definition WsfCommXmtrRcvr.cpp:28
~XmtrRcvr() override=default
XmtrRcvr(const XmtrRcvr &aSrc)=default
XmtrRcvr & operator=(const XmtrRcvr &aRhs)=delete
Comm * Clone() const override
Standard Clone() method.
Definition WsfCommXmtrRcvr.cpp:53
Definition WsfComm.cpp:34
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
Copyrights Multiple, All Rights Reserved