Home
last modified time | relevance | path

Searched refs:ConstantSpeed (Results 1 – 21 of 21) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/adhoc/
H A DLockUnlockConstraint.cpp46 const Constraint::ConstantSpeed& lock) in ShowLocking()
66 const Constraint::ConstantSpeed& m_lock;
72 const Constraint::ConstantSpeed& lock, in StateSaver()
106 const Constraint::ConstantSpeed& m_lock;
115 const Constraint::ConstantSpeed& lock, in LockOn()
262 const Constraint::ConstantSpeed& m_lock;
272 Constraint::ConstantSpeed& lock, in LockOff()
311 const Constraint::ConstantSpeed& m_lock;
372 Constraint::ConstantSpeed lock(calf,0); in main()
H A DPrescribedMotionPlayground.cpp150 Constraint::ConstantSpeed(cpendulum3, 4*Pi); in main()
164 Constraint::ConstantSpeed(m1pendulum3, 4*Pi); in main()
H A DTestRiboseMobilizer.cpp473 Constraint::ConstantSpeed(c3Body, 0.5); in testRiboseMobilizer()
H A DMiscConstraints.cpp148 Constraint::ConstantSpeed(gear1, 100.); in main()
H A DUnilateralPointContact.cpp666 (Constraint::ConstantSpeed(body, MobilizerUIndex(whichQ), Real(0)), in MyStop()
H A DUnilateralPointContactWithFriction.cpp1324 (Constraint::ConstantSpeed(body, MobilizerUIndex(whichQ), Real(0)), in MyStop()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/propulsion/
H A DFGPropeller.h217 void SetConstantSpeed(int mode) {ConstantSpeed = mode;} in SetConstantSpeed()
305 int GetConstantSpeed(void) const {return ConstantSpeed;} in GetConstantSpeed()
337 int ConstantSpeed; variable
H A DFGPropeller.cpp73 ConstantSpeed = 0; in FGPropeller()
99 ConstantSpeed = 1; in FGPropeller()
102 ConstantSpeed = (int)prop_element->FindElementValueAsNumber("constspeed"); in FGPropeller()
303 if (ConstantSpeed != 0) { // Constant Speed Mode in GetPowerRequired()
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainManager/SafetySystems/Plugin/
H A DLegacyPlugin.cs101 internal int ConstantSpeed; field
350 …win32Handles.ConstantSpeed = data.Handles.ConstSpeed ? ConstSpeedInstructions.Enable : ConstSpeedI… in Elapse()
355 if (win32Handles.ConstantSpeed == ConstSpeedInstructions.Enable) in Elapse()
359 else if (win32Handles.ConstantSpeed == ConstSpeedInstructions.Disable) in Elapse()
363 else if (win32Handles.ConstantSpeed != ConstSpeedInstructions.Continue) in Elapse()
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/AtsPluginProxy/AtsPluginProxy/
H A DAtsPluginProxy.cpp37 int ConstantSpeed; member
246 atsHandles->ConstantSpeed = handles.ConstantSpeed; in Elapse()
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Win32PluginProxy/
H A DWin32PluginProxy.cs237 win32Handles.ConstantSpeed = ProxyData.Data.Handles.ConstSpeed ? 1 : 2; in Elapse()
242 switch (win32Handles.ConstantSpeed) in Elapse()
263 …iteLine(@"DEBUG: Invalid ConstantSpeed value recieved from plugin- " + win32Handles.ConstantSpeed); in Elapse()
505 internal int ConstantSpeed; field
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DConstraint.h472 class ConstantSpeed; // prescribe generalized speed value variable
959 class SimTK_SIMBODY_EXPORT Constraint::ConstantSpeed : public Constraint {
963 ConstantSpeed(MobilizedBody& mobilizer, MobilizerUIndex whichU,
967 ConstantSpeed(MobilizedBody& mobilizer, Real defaultSpeed);
971 ConstantSpeed() {} in ConstantSpeed() function
993 ConstantSpeed& setDefaultSpeed(Real speed);
1027 (ConstantSpeed, ConstantSpeedImpl, Constraint);
/dports/games/openbve/OpenBVE-1.8.2.1/documentation/Examples/Sample Plugins/C++/
H A Dplugin.h81 int ConstantSpeed; member
/dports/science/simbody/simbody-Simbody-3.7/examples/
H A DExampleGears.cpp52 Constraint::ConstantSpeed(gear1, 2*Pi); // i.e., 1 rotation per second in main()
H A DExampleMotor-TorqueLimited-Constraint.cpp181 Constraint::ConstantSpeed m_speedController;
300 m_speedController = Constraint::ConstantSpeed(m_rtArm, InitialMotorSpeed); in constructSystem()
H A DExampleMotorWithSpeedControl.cpp214 Constraint::ConstantSpeed motor(rtArm, InitialMotorRate); in main()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DConstraint.cpp1824 (Constraint::ConstantSpeed, Constraint::ConstantSpeedImpl, Constraint);
1827 Constraint::ConstantSpeed::ConstantSpeed in ConstantSpeed() function in SimTK::Constraint::ConstantSpeed
1843 Constraint::ConstantSpeed::ConstantSpeed in ConstantSpeed() function in SimTK::Constraint::ConstantSpeed
1862 MobilizerUIndex Constraint::ConstantSpeed::getWhichU() const { in getWhichU()
1866 Real Constraint::ConstantSpeed::getDefaultSpeed() const { in getDefaultSpeed()
1870 Constraint::ConstantSpeed& Constraint::ConstantSpeed::
1877 void Constraint::ConstantSpeed::
1882 Real Constraint::ConstantSpeed::
1887 Real Constraint::ConstantSpeed::getVelocityError(const State& s) const { in getVelocityError()
1893 Real Constraint::ConstantSpeed::getAccelerationError(const State& s) const { in getAccelerationError()
[all …]
H A DConstraintImpl.h2782 friend class Constraint::ConstantSpeed;
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/
H A DTestConstraints.cpp188 Constraint::ConstantSpeed constraint(first, MobilizerUIndex(1), 0.8); in testConstantSpeedConstraint()
511 Constraint::ConstantSpeed speed5(fifth, MobilizerUIndex(1), .1); in testConstraintMatrices()
604 Constraint::ConstantSpeed speed5(fifth, MobilizerUIndex(1), .1); in testConstraintAccelerationErrors()
H A DTestCustomConstraints.cpp388 …Constraint::ConstantSpeed orient(matter2.updMobilizedBody(MobilizedBodyIndex(1)), MobilizerUIndex(… in testSpeedCoupler1()
H A DTestMassMatrix.cpp546 Constraint::ConstantSpeed in makeSystem()