cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mtsInterfaceProvidedOrOutput.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 
6  Author(s): Ankur Kapoor, Peter Kazanzides, Anton Deguet, Min Yang Jung
7  Created on: 2004-04-30
8 
9  (C) Copyright 2004-2011 Johns Hopkins University (JHU), All Rights
10  Reserved.
11 
12 --- begin cisst license - do not edit ---
13 
14 This software is provided "as is" under an open source license, with
15 no warranty. The complete license can be found in license.txt and
16 http://www.cisst.org/cisst/license.txt.
17 
18 --- end cisst license ---
19 */
20 
21 #error File deprecated
22 
23 #ifndef _mtsInterfaceProvidedOrOutput_h
24 #define _mtsInterfaceProvidedOrOutput_h
25 
30 
42 
43 // Always include last
45 
55 {
57 
58  protected:
59 
61  const std::string Name;
62 
65 
68 
69  public:
70 
72  mtsInterfaceProvidedOrOutput(const std::string & interfaceName,
73  mtsComponent * component);
74 
77 
79  const std::string & GetName(void) const;
80 
83  const std::string GetFullName(void) const;
84 
86  const mtsComponent * GetComponent(void) const;
87 
89  virtual void Cleanup(void);
90 };
91 
92 
93 
94 
96 
97 
98 #endif // _mtsInterfaceProvidedOrOutput_h
99 
Defines the command interfaces.
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
Defines the state data table.
Defines the command interfaces.
Portability across compilers and operating systems tools.
Class registration macros.
mtsComponent * Component
Definition: mtsInterfaceProvidedOrOutput.h:64
Declaration of cmnNamedMap.
Defines a command with one argument.
Base class for high level objects.
Definition: cmnGenericObject.h:51
Defines a command with one argument sent to multiple interfaces.
Forward declarations and #define for cisstMultiTask.
Definition: mtsComponent.h:150
Defines cmnGenericObject.
const std::string Name
Definition: mtsInterfaceProvidedOrOutput.h:61
#define CMN_DECLARE_SERVICES(hasDynamicCreation, lod)
Definition: cmnClassRegisterMacros.h:116
virtual ~mtsInterfaceProvidedOrOutput()
Definition: mtsInterfaceProvidedOrOutput.h:76
Defines a command with no argument.
Defines a command with one argument.
Definition: mtsInterfaceProvidedOrOutput.h:54
Rules of exporting.
mtsInterfaceProvidedOrOutput(void)
Definition: mtsInterfaceProvidedOrOutput.h:67
Defines a command with one argument.
const int CMN_NO_DYNAMIC_CREATION
Definition: cmnClassRegisterMacros.h:328
#define CMN_DECLARE_SERVICES_INSTANTIATION(className)
Definition: cmnClassRegisterMacros.h:202
#define CMN_LOG_ALLOW_DEFAULT
Definition: cmnLogLoD.h:76
Defines a command with one argument sent to multiple interfaces.
Defines a base class for a command.