WSF
WsfScriptCommRouterClass.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 2019 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 WSFSCRIPTCOMMROUTERCLASS_HPP
13#define WSFSCRIPTCOMMROUTERCLASS_HPP
14
15#include "wsf_export.h"
16
18
21{
22public:
23 WsfScriptCommRouterClass(const std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
24
28
30
34
37
40 UT_DECLARE_SCRIPT_METHOD(RemoveInterface);
42};
43
44#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
UT_DECLARE_SCRIPT_METHOD(GetInterfaces)
UT_DECLARE_SCRIPT_METHOD(HasInterface)
UT_DECLARE_SCRIPT_METHOD(RemoveInterface)
UT_DECLARE_SCRIPT_METHOD(SetGateway)
UT_DECLARE_SCRIPT_METHOD(SetHopLimit)
WsfScriptCommRouterClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptCommRouterClass.cpp:32
UT_DECLARE_SCRIPT_METHOD(HasGateway)
UT_DECLARE_SCRIPT_METHOD(IsA_TypeOf)
UT_DECLARE_SCRIPT_METHOD(GetGateway)
UT_DECLARE_SCRIPT_METHOD(GetHopLimit)
UT_DECLARE_SCRIPT_METHOD(GetMedium)
UT_DECLARE_SCRIPT_METHOD(AddInterface)
WsfScriptPlatformPartClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptPlatformPartClass.cpp:23
Copyrights Multiple, All Rights Reserved