WSF
WsfScriptTaskProcessorClass.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 WSFSCRIPTTASKPROCESSORCLASS_HPP
13#define WSFSCRIPTTASKPROCESSORCLASS_HPP
14
15#include "wsf_export.h"
16
18
21{
22public:
23 WsfScriptTaskProcessorClass(const std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
24
29 UT_DECLARE_SCRIPT_METHOD(SetEvaluationInterval);
30 UT_DECLARE_SCRIPT_METHOD(SetTransitionTime);
31};
32
33#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
WsfScriptTaskManagerClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptTaskManagerClass.cpp:44
UT_DECLARE_SCRIPT_METHOD(SetEvaluationInterval)
UT_DECLARE_SCRIPT_METHOD(StateOfTrack)
UT_DECLARE_SCRIPT_METHOD(CountInState)
WsfScriptTaskProcessorClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptTaskProcessorClass.cpp:21
UT_DECLARE_SCRIPT_METHOD(SetTransitionTime)
UT_DECLARE_SCRIPT_METHOD(TracksInState)
UT_DECLARE_SCRIPT_METHOD(EnterState)
Copyrights Multiple, All Rights Reserved