Inheritance diagram for GconstraintLimit:


Public Member Functions | |
| __init__ (name, subsystem, category, enabled, continuous, low, high) | |
| _eval_ (value) | |
Constraint class that limits a passed in value to given limits. If the value is outside of the constraint limits, it is pegged to the nearest limit.
Definition at line 92 of file gConstraint.py.
|
|
Dummy evaluation method to be overridden through inheritance to implement the application specific constraint evaluation Reimplemented from Gconstraint. |
1.4.1