Public Member Functions | |
def | __init__ (self, name, dimension, damping=None, timer=False) |
def | push (self, task) |
def | control (self) |
def | controlname (self) |
def | name (self) |
Events | |
def | doneSignal (self) |
A boolean signal which is True when the task is accomplished. More... | |
def | doneSignal (self, sig) |
def | errorSignal (self) |
A boolean signal which is True when an error occured. More... | |
def | errorSignal (self, sig) |
Public Attributes | |
sot | |
tasks | |
timer | |
def agimus_sot.solver.Solver.__init__ | ( | self, | |
name, | |||
dimension, | |||
damping = None , |
|||
timer = False |
|||
) |
def agimus_sot.solver.Solver.control | ( | self | ) |
References agimus_sot.solver.Solver.sot, and agimus_sot.solver.Solver.timer.
def agimus_sot.solver.Solver.controlname | ( | self | ) |
References agimus_sot.solver.Solver.sot, and agimus_sot.solver.Solver.timer.
def agimus_sot.solver.Solver.doneSignal | ( | self | ) |
A boolean signal which is True when the task is accomplished.
If it is of type bool, the corresponding signal is assumed to have this value.
Referenced by agimus_sot.solver.Solver.doneSignal().
def agimus_sot.solver.Solver.doneSignal | ( | self, | |
sig | |||
) |
References agimus_sot.solver.Solver.doneSignal().
def agimus_sot.solver.Solver.errorSignal | ( | self | ) |
A boolean signal which is True when an error occured.
If it is of type bool, the corresponding signal is assumed to have this value.
Referenced by agimus_sot.solver.Solver.errorSignal().
def agimus_sot.solver.Solver.errorSignal | ( | self, | |
sig | |||
) |
References agimus_sot.solver.Solver.errorSignal().
def agimus_sot.solver.Solver.name | ( | self | ) |
def agimus_sot.solver.Solver.push | ( | self, | |
task | |||
) |
task: an object of type agimus_sot.task.Task
References agimus_sot.solver.Solver.sot, agimus_sot.solver.Solver.tasks, and agimus_sot.factory.Factory.tasks.
agimus_sot.solver.Solver.sot |
agimus_sot.solver.Solver.tasks |
agimus_sot.solver.Solver.timer |
Referenced by agimus_sot.solver.Solver.control(), and agimus_sot.solver.Solver.controlname().