cisst-saw
Toggle main menu visibility
Loading...
Searching...
No Matches
tmp
cisst-saw
sawConstraintController
components
include
sawConstraintController
mtsVFJointVel.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 _mtsVFJointVel_h
20
#define _mtsVFJointVel_h
21
22
#include <
sawConstraintController/mtsVFBase.h
>
23
24
// Always include last!
25
#include <
sawConstraintController/sawConstraintControllerExport.h
>
26
28
30
class
CISST_EXPORT
mtsVFJointVelocity
:
public
mtsVFBase
31
{
32
CMN_DECLARE_SERVICES(
CMN_DYNAMIC_CREATION
,
CMN_LOG_LOD_RUN_VERBOSE
);
33
34
public
:
35
38
mtsVFJointVelocity
():
39
mtsVFBase
()
40
{}
41
46
mtsVFJointVelocity
(
const
std::string & name, mtsVFDataBase * data):
47
mtsVFBase
(name, data)
48
{}
49
51
53
void
FillInTableauRefs
(
const
mtsVFBase::CONTROLLERMODE
mode,
const
double
TickTime);
54
55
void
ConvertRefs
(
const
mtsVFBase::CONTROLLERMODE
mode,
const
double
TickTime);
56
57
};
58
59
CMN_DECLARE_SERVICES_INSTANTIATION
(
mtsVFJointVelocity
);
60
61
#endif
// _mtsVFJointVel_h
mtsVFBase::CONTROLLERMODE
CONTROLLERMODE
Definition
mtsVFBase.h:39
mtsVFBase::mtsVFBase
mtsVFBase()
Definition
mtsVFBase.h:91
mtsVFJointVelocity
This is the base class for all virtual fixture objects.
Definition
mtsVFJointVel.h:31
mtsVFJointVelocity::mtsVFJointVelocity
mtsVFJointVelocity(const std::string &name, mtsVFDataBase *data)
Definition
mtsVFJointVel.h:46
mtsVFJointVelocity::ConvertRefs
void ConvertRefs(const mtsVFBase::CONTROLLERMODE mode, const double TickTime)
Converts the data in the references if a change in mode is needed.
mtsVFJointVelocity::mtsVFJointVelocity
mtsVFJointVelocity()
Definition
mtsVFJointVel.h:38
mtsVFJointVelocity::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_DYNAMIC_CREATION
const int CMN_DYNAMIC_CREATION
Definition
cmnClassRegisterMacros.h:328
CISST_EXPORT
#define CISST_EXPORT
Definition
cmnExportMacros.h:50
CMN_LOG_LOD_RUN_VERBOSE
#define CMN_LOG_LOD_RUN_VERBOSE
Definition
cmnLogLoD.h:95
mtsVFBase.h
sawConstraintControllerExport.h
Generated by
1.18.0