public abstract class Sensor extends Codelet
Constructor and Description |
---|
Sensor(WorkingStorage ws) |
Modifier and Type | Method and Description |
---|---|
void |
addOutput(Memory mo)
Add a memory to the output list.
|
void |
removesOutput(Memory mo)
Removes a given memory from the output list.
|
accessMemoryObjects, addBroadcast, addBroadcasts, addInput, addInputs, addOutputs, calculateActivation, getActivation, getBroadcast, getBroadcast, getBroadcast, getEnabled, getInput, getInput, getInputs, getInputsOfType, getName, getOutput, getOutput, getOutputs, getOutputsOfType, getThreadName, getThreshold, getTimeStep, impendingAccess, impendingAccessBuffer, isLoop, isProfiling, notifyCodelet, proc, removeFromInput, removeFromOutput, removesInput, run, setActivation, setBroadcast, setCodeletProfiler, setEnabled, setInputs, setIsMemoryObserver, setLoop, setName, setOutputs, setProfiling, setThreshold, setTimeStep, shouldLoop, start, stop, toString
public Sensor(WorkingStorage ws)
public void addOutput(Memory mo)
Codelet
public void removesOutput(Memory mo)
Codelet
removesOutput
in class Codelet
mo
- the memory to be removed from output.