Skip to content

Commit

Permalink
Added mtsGenericObjectProxy for cmnJointType
Browse files Browse the repository at this point in the history
  • Loading branch information
pkazanzides committed Jun 19, 2024
1 parent 29e89c5 commit fa0a14e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion cisstMultiTask/code/mtsClassServices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Author(s): Anton Deguet
Created on: 2010-03-19
(C) Copyright 2010-2023 Johns Hopkins University (JHU), All Rights Reserved.
(C) Copyright 2010-2024 Johns Hopkins University (JHU), All Rights Reserved.
--- begin cisst license - do not edit ---
Expand Down Expand Up @@ -123,6 +123,8 @@ CMN_IMPLEMENT_SERVICES_TEMPLATED(mtsStdCharVecProxy)
CMN_IMPLEMENT_SERVICES_TEMPLATED(mtsStdStringListProxy)
CMN_IMPLEMENT_SERVICES_TEMPLATED(mtsStdVct3VecProxy)

CMN_IMPLEMENT_SERVICES_TEMPLATED(cmnJointTypeProxy)

#endif // MTS_CLASS_SERVICES_PART2

#ifdef MTS_CLASS_SERVICES_PART3
Expand Down
6 changes: 5 additions & 1 deletion cisstMultiTask/mtsGenericObjectProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Author(s): Ankur Kapoor, Anton Deguet, Peter Kazanzides
Created on: 2006-05-05
(C) Copyright 2006-2023 Johns Hopkins University (JHU), All Rights Reserved.
(C) Copyright 2006-2024 Johns Hopkins University (JHU), All Rights Reserved.
--- begin cisst license - do not edit ---
Expand Down Expand Up @@ -804,6 +804,10 @@ CMN_DECLARE_SERVICES_INSTANTIATION(mtsStdVct3VecProxy);
typedef mtsGenericObjectProxy<stdStringList> mtsStdStringListProxy;
CMN_DECLARE_SERVICES_INSTANTIATION(mtsStdStringListProxy);

#include <cisstCommon/cmnJointType.h>
typedef mtsGenericObjectProxy<cmnJointType> cmnJointTypeProxy;
CMN_DECLARE_SERVICES_INSTANTIATION(cmnJointTypeProxy);

// Now, define proxies for cisstVector classes (see also
// mtsFixedSizeVectorTypes.h, which uses multiple inheritance,
// rather than proxies).
Expand Down

0 comments on commit fa0a14e

Please sign in to comment.