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, toStringpublic Sensor(WorkingStorage ws)
public void addOutput(Memory mo)
Codeletpublic void removesOutput(Memory mo)
CodeletremovesOutput in class Codeletmo - the memory to be removed from output.