WSF
WsfLASER_XmtrRcvr.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 WSFLASER_XMTRRCVR_HPP
13#define WSFLASER_XMTRRCVR_HPP
14
15#include "wsf_mil_export.h"
16
17#include "WsfComm.hpp"
18#include "WsfRadioXmtrRcvr.hpp"
19class WsfScenario;
20
21namespace wsf
22{
23namespace comm
24{
25
29class WSF_MIL_EXPORT LASER_XmtrRcvr : public RadioXmtrRcvr
30{
31public:
32 LASER_XmtrRcvr(WsfScenario& aScenario, CommType aCommType = cCT_XMT_RCV);
33
34 ~LASER_XmtrRcvr() override = default;
35 LASER_XmtrRcvr& operator=(const LASER_XmtrRcvr& aRhs) = delete;
36
38
39 Comm* Clone() const override;
41
42protected:
44 LASER_XmtrRcvr(const LASER_XmtrRcvr& aSrc) = default;
45};
46
47} // namespace comm
48} // namespace wsf
49
50#endif
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
Definition WsfComm.hpp:43
CommType
Definition WsfComm.hpp:53
@ cCT_XMT_RCV
Transmit and receive.
Definition WsfComm.hpp:56
~LASER_XmtrRcvr() override=default
LASER_XmtrRcvr & operator=(const LASER_XmtrRcvr &aRhs)=delete
Comm * Clone() const override
Standard Clone() method.
Definition WsfLASER_XmtrRcvr.cpp:64
LASER_XmtrRcvr(WsfScenario &aScenario, CommType aCommType=cCT_XMT_RCV)
Definition WsfLASER_XmtrRcvr.cpp:28
LASER_XmtrRcvr(const LASER_XmtrRcvr &aSrc)=default
Copy Constructor.
RadioXmtrRcvr(WsfScenario &aScenario, CommType aCommType=cCT_XMT_RCV)
Definition WsfRadioXmtrRcvr.cpp:34
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