cisst-saw
Toggle main menu visibility
Loading...
Searching...
No Matches
tmp
cisst-saw
cisst
cisstMultiTask
mtsCommandLineOptions.h
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/* ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab: */
3
4
/*
5
Author(s): Anton Deguet
6
Created on: 2026-02-20
7
8
(C) Copyright 2026 Johns Hopkins University (JHU), All Rights Reserved.
9
10
--- begin cisst license - do not edit ---
11
12
This software is provided "as is" under an open source license, with
13
no warranty. The complete license can be found in license.txt and
14
http://www.cisst.org/cisst/license.txt.
15
16
--- end cisst license ---
17
*/
18
19
#ifndef _mtsCommandLineOptions_h
20
#define _mtsCommandLineOptions_h
21
22
#include <
cisstCommon/cmnCommandLineOptions.h
>
23
#include <
cisstMultiTask/mtsExport.h
>
24
25
class
CISST_EXPORT
mtsCommandLineOptions
:
public
cmnCommandLineOptions
{
26
public
:
27
mtsCommandLineOptions
(
const
std::string & options =
"mc"
);
28
virtual
~mtsCommandLineOptions
() {}
29
virtual
void
Apply
(
void
);
30
31
std::list<std::string>
ManagerConfig
;
32
std::list<std::string>
CollectionConfig
;
33
};
34
35
#endif
// _mtsCommandLineOptions_h
cmnCommandLineOptions::cmnCommandLineOptions
cmnCommandLineOptions(void)
mtsCommandLineOptions::CollectionConfig
std::list< std::string > CollectionConfig
Definition
mtsCommandLineOptions.h:32
mtsCommandLineOptions::ManagerConfig
std::list< std::string > ManagerConfig
Definition
mtsCommandLineOptions.h:31
mtsCommandLineOptions::Apply
virtual void Apply(void)
mtsCommandLineOptions::~mtsCommandLineOptions
virtual ~mtsCommandLineOptions()
Definition
mtsCommandLineOptions.h:28
mtsCommandLineOptions::mtsCommandLineOptions
mtsCommandLineOptions(const std::string &options="mc")
cmnCommandLineOptions.h
CISST_EXPORT
#define CISST_EXPORT
Definition
cmnExportMacros.h:50
mtsExport.h
Rules of exporting.
Generated by
1.18.0