cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mtsInterface.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): Peter Kazanzides, Anton Deguet, Min Yang Jung
6  Created on: 2008-11-13
7 
8  (C) Copyright 2008-2014 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 _mtsInterface_h
20 #define _mtsInterface_h
21 
24 
25 // Always include last
27 
28 
42 {
43 protected:
44 
46  const std::string Name;
47 
50 
51  public:
55  mtsInterface(const std::string & interfaceName,
56  mtsComponent * component);
57 
59  virtual ~mtsInterface();
60 
62  const std::string & GetName(void) const;
63 
66  const std::string GetFullName(void) const;
67 
69  const mtsComponent * GetComponent(void) const;
70 
72  const std::string & GetComponentName(void) const;
73 };
74 
75 
76 #endif // _mtsInterface_h
77 
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
Definition: mtsInterface.h:41
Base class for high level objects.
Definition: cmnGenericObject.h:51
const std::string Name
Definition: mtsInterface.h:46
mtsComponent * Component
Definition: mtsInterface.h:49
Forward declarations and #define for cisstMultiTask.
Definition: mtsComponent.h:150
Defines cmnGenericObject.
Rules of exporting.