File failed to load: https://isis.astrogeology.usgs.gov/8.1.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
ProgramLauncher.h
Go to the documentation of this file.
1#ifndef ProgramLauncher_h
2#define ProgramLauncher_h
3
9/* SPDX-License-Identifier: CC0-1.0 */
10
11class QString;
12
13namespace Isis {
14 class IException;
15
35 public:
36 static void RunIsisProgram(QString isisProgramName, QString arguments);
37 static void RunSystemCommand(QString commandLine);
38
39 private:
40 static IException ProcessIsisMessageFromChild(QString code, QString msg);
41
42 private:
47
54
61 ProgramLauncher &operator=(ProgramLauncher &other);
62 };
63};
64
65#endif
Isis exception class.
Definition IException.h:91
Execute External Programs and Commands.
Definition ProgramLauncher.h:34
static void RunIsisProgram(QString isisProgramName, QString arguments)
Executes the Isis program with the given arguments.
Definition ProgramLauncher.cpp:37
static void RunSystemCommand(QString commandLine)
This runs arbitrary system commands.
Definition ProgramLauncher.cpp:206
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 03/27/2024 15:35:35