WSF
ScriptedPartClass.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI//REL TO USA ONLY
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#ifndef L16_SCRIPTEDPARTCLASS_HPP
12#define L16_SCRIPTEDPARTCLASS_HPP
13
15
16namespace WsfL16
17{
20{
21public:
22 ScriptedPartClass(UtScriptTypes* aScriptTypesPtr);
23
24 static void RegisterType(UtScriptTypes& aTypes);
25
27};
28} // namespace WsfL16
29
30#endif
ScriptedPartClass(UtScriptTypes *aScriptTypesPtr)
Definition ScriptedPartClass.cpp:25
UT_DECLARE_SCRIPT_METHOD(SendJMessage)
static void RegisterType(UtScriptTypes &aTypes)
Definition ScriptedPartClass.cpp:33
WsfScriptObjectClass(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptObjectClass.cpp:24
This file should be included prior to defining a message. Currently there is a limit of 32 fields per...
Definition AllMessages.hpp:55
Copyrights Multiple, All Rights Reserved