WSF
WsfScriptDateTimeClass.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 WSFSCRIPTDATETIMECLASS_HPP
13#define WSFSCRIPTDATETIMECLASS_HPP
14
15#include "wsf_export.h"
16
17#include <string>
18
19#include "UtScriptBasicTypes.hpp"
20
21class WSF_EXPORT WsfScriptDateTimeClass : public UtScriptClass
22{
23public:
24 WsfScriptDateTimeClass(const std::string& aClassName, UtScriptTypes* aScriptTypePtr);
25 ~WsfScriptDateTimeClass() override;
26
29 UT_DECLARE_SCRIPT_METHOD(SimulationTime);
30
31protected:
32private:
33};
34
35#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
UT_DECLARE_SCRIPT_METHOD(SimulationTime)
UT_DECLARE_SCRIPT_METHOD(StartTime)
UT_DECLARE_SCRIPT_METHOD(CurrentTime)
WsfScriptDateTimeClass(const std::string &aClassName, UtScriptTypes *aScriptTypePtr)
Definition WsfScriptDateTimeClass.cpp:20
Copyrights Multiple, All Rights Reserved