WSF
WsfBatchTrackReporting.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 WSFBATCHTRACKREPORTING_HPP
13#define WSFBATCHTRACKREPORTING_HPP
14
15#include "wsf_export.h"
16
18
21{
22public:
23 ~WsfBatchTrackReporting() override = default;
24
25 WsfTrackReportingStrategy* Clone() const override;
26
27 void ReportFusedTracks(double aSimTime) override;
28 void ReportRawTracks(double aSimTime) override;
29};
30
31#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
An instance of WsfTrackReportingStrategy that sends tracks all at once in a batch.
Definition WsfBatchTrackReporting.hpp:21
~WsfBatchTrackReporting() override=default
virtual void ReportFusedTracks(double aSimTime)=0
Report all local tracks.
WsfTrackReportingStrategy()
Definition WsfTrackReportingStrategy.cpp:16
WsfTrackReportingStrategy * Clone() const override=0
Create a clone of "this" object.
virtual void ReportRawTracks(double aSimTime)=0
Copyrights Multiple, All Rights Reserved