WSF
WsfWeaponTaskObserver.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 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 WSFWEAPONTASKOBSERVER_HPP
13#define WSFWEAPONTASKOBSERVER_HPP
14
15#include "wsf_mil_export.h"
16
17#include "UtCallback.hpp"
18class WsfSimulation;
19class WsfTask;
20
21namespace WsfObserver
22{
23using StartingWeaponTaskCallback = UtCallbackListN<void(double, const WsfTask&)>;
24
26} // namespace WsfObserver
27
34
35#endif
The main controller for a simulation.
Definition WsfSimulation.hpp:109
A class that defines a task to be performed.
Definition WsfTask.hpp:28
Observer definitions for cyber events.
Definition WsfAdvancedBehaviorObserver.hpp:22
UtCallbackListN< void(double, const WsfTask &)> StartingWeaponTaskCallback
Definition WsfWeaponTaskObserver.hpp:23
WSF_MIL_EXPORT WsfObserver::StartingWeaponTaskCallback & StartingWeaponTask(const WsfSimulation *aSimulation)
Definition WsfWeaponTaskObserver.hpp:31
WsfObserver::StartingWeaponTaskCallback StartingWeaponTask
Definition WsfWeaponTaskObserver.hpp:32
Copyrights Multiple, All Rights Reserved