cisst-saw
Loading...
Searching...
No Matches
mtsVFLimitsConstraint.h
Go to the documentation of this file.
1#ifndef SAWCONSTRAINTCONTROLLER_MTSVFLIMITSCONSTRAINT_H
2#define SAWCONSTRAINTCONTROLLER_MTSVFLIMITSCONSTRAINT_H
3
5
7{
9
10public:
12 mtsVFLimitsConstraint(const std::string & name, mtsVFDataBase * data):
13 mtsVFBase(name, data)
14 {}
15
16 void FillInTableauRefs(const mtsVFBase::CONTROLLERMODE mode, const double tickTime);
17
18 void ConvertRefs(const mtsVFBase::CONTROLLERMODE mode, const double tickTime);
19private:
20};
21
23
24#endif //SAWCONSTRAINTCONTROLLER_MTSVFLIMITSCONSTRAINT_H
CONTROLLERMODE
Definition mtsVFBase.h:39
mtsVFBase()
Definition mtsVFBase.h:91
Definition mtsVFLimitsConstraint.h:7
mtsVFLimitsConstraint()
Definition mtsVFLimitsConstraint.h:11
void FillInTableauRefs(const mtsVFBase::CONTROLLERMODE mode, const double tickTime)
Updates co with virtual fixture data.
void ConvertRefs(const mtsVFBase::CONTROLLERMODE mode, const double tickTime)
Converts the data in the references if a change in mode is needed.
mtsVFLimitsConstraint(const std::string &name, mtsVFDataBase *data)
Definition mtsVFLimitsConstraint.h:12
#define CMN_DECLARE_SERVICES_INSTANTIATION(className)
Definition cmnClassRegisterMacros.h:199
const int CMN_NO_DYNAMIC_CREATION
Definition cmnClassRegisterMacros.h:325
#define CMN_LOG_ALLOW_DEFAULT
Definition cmnLogLoD.h:76