WSF
WsfProfilingApplicationExtension.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 (C) 2021 Stellar Science; U.S. Government has Unlimited Rights.
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 WSFPROFILINGAPPLICATIONEXTENSION_HPP
13#define WSFPROFILINGAPPLICATIONEXTENSION_HPP
14
15#include "wsf_export.h"
16
18
21{
22public:
25 int ProcessCommandLine(WsfStandardApplication::Options& aOptions, int aArgc, char* aArgv[]) override;
26
27 void PrintCommandLineArguments() const override;
28};
29
30#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
virtual void PrintCommandLineArguments() const
Definition WsfApplicationExtension.cpp:106
virtual int ProcessCommandLine(WsfStandardApplication::Options &aOptions, int aArgc, char *aArgv[])
Definition WsfApplicationExtension.cpp:97
WsfApplicationExtension()
Constructor.
Definition WsfApplicationExtension.cpp:22
Application extension enabling profiling of C++ AFSIM code.
Definition WsfProfilingApplicationExtension.hpp:21
Application options; Command line or otherwise.
Definition WsfStandardApplication.hpp:72
Copyrights Multiple, All Rights Reserved