cisst-saw
Toggle main menu visibility
Loading...
Searching...
No Matches
tmp
cisst-saw
sawConstraintController
components
include
sawConstraintController
mtsVFCartVel.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): Paul Wilkening
6
Created on: 2014
7
8
(C) Copyright 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 _mtsVFCartVel_h
20
#define _mtsVFCartVel_h
21
22
#include <
cisstVector/vctDynamicVectorTypes.h
>
23
#include <
cisstVector/vctDynamicMatrixTypes.h
>
24
#include <
sawConstraintController/mtsVFBase.h
>
25
27
29
class
mtsVFCartesianTranslation
:
public
mtsVFBase
30
{
31
CMN_DECLARE_SERVICES
(
CMN_DYNAMIC_CREATION
,
CMN_LOG_LOD_RUN_VERBOSE
)
32
33
public
:
34
35
vctDoubleMat
IdentitySkewMatrix
;
36
vctDoubleVec
w
;
37
40
mtsVFCartesianTranslation
():
41
mtsVFBase
()
42
{}
43
48
mtsVFCartesianTranslation
(
const
std::string & name, mtsVFDataBase * data):
49
mtsVFBase
(name, data)
50
{}
51
53
55
void
FillInTableauRefs
(
const
mtsVFBase::CONTROLLERMODE
mode,
const
double
TickTime);
56
57
void
ConvertRefs
(
const
mtsVFBase::CONTROLLERMODE
mode,
const
double
TickTime);
58
59
void
AssignRefs
(
const
mtsVFBase::CONTROLLERMODE
,
const
double
,
const
vctDoubleVec
& ,
vctDoubleMat
&,
vctDoubleVec
&,
vctDoubleMat
&,
vctDoubleVec
&,
vctDoubleMat
&,
vctDoubleVec
&);
60
61
};
62
63
CMN_DECLARE_SERVICES_INSTANTIATION
(
mtsVFCartesianTranslation
)
64
65
#endif
// _mtsVFCartVel_h
mtsVFBase::CONTROLLERMODE
CONTROLLERMODE
Definition
mtsVFBase.h:39
mtsVFBase::mtsVFBase
mtsVFBase()
Definition
mtsVFBase.h:91
mtsVFCartesianTranslation
This is the base class for all virtual fixture objects.
Definition
mtsVFCartVel.h:30
mtsVFCartesianTranslation::mtsVFCartesianTranslation
mtsVFCartesianTranslation(const std::string &name, mtsVFDataBase *data)
Definition
mtsVFCartVel.h:48
mtsVFCartesianTranslation::mtsVFCartesianTranslation
mtsVFCartesianTranslation()
Definition
mtsVFCartVel.h:40
mtsVFCartesianTranslation::ConvertRefs
void ConvertRefs(const mtsVFBase::CONTROLLERMODE mode, const double TickTime)
Converts the data in the references if a change in mode is needed.
mtsVFCartesianTranslation::AssignRefs
void AssignRefs(const mtsVFBase::CONTROLLERMODE, const double, const vctDoubleVec &, vctDoubleMat &, vctDoubleVec &, vctDoubleMat &, vctDoubleVec &, vctDoubleMat &, vctDoubleVec &)
mtsVFCartesianTranslation::IdentitySkewMatrix
vctDoubleMat IdentitySkewMatrix
Definition
mtsVFCartVel.h:35
mtsVFCartesianTranslation::w
vctDoubleVec w
Definition
mtsVFCartVel.h:36
mtsVFCartesianTranslation::FillInTableauRefs
void FillInTableauRefs(const mtsVFBase::CONTROLLERMODE mode, const double TickTime)
Updates co with virtual fixture data.
CMN_DECLARE_SERVICES_INSTANTIATION
#define CMN_DECLARE_SERVICES_INSTANTIATION(className)
Definition
cmnClassRegisterMacros.h:199
CMN_DECLARE_SERVICES
#define CMN_DECLARE_SERVICES(hasDynamicCreation, lod)
Definition
cmnClassRegisterMacros.h:113
CMN_DYNAMIC_CREATION
const int CMN_DYNAMIC_CREATION
Definition
cmnClassRegisterMacros.h:328
CMN_LOG_LOD_RUN_VERBOSE
#define CMN_LOG_LOD_RUN_VERBOSE
Definition
cmnLogLoD.h:95
mtsVFBase.h
vctDynamicMatrixTypes.h
Typedef for dynamic matrices.
vctDoubleMat
vctDynamicMatrix< double > vctDoubleMat
Definition
vctDynamicMatrixTypes.h:35
vctDynamicVectorTypes.h
Typedef for dynamic vectors.
vctDoubleVec
vctDynamicVector< double > vctDoubleVec
Definition
vctDynamicVectorTypes.h:37
Generated by
1.18.0