|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface describing which services a PIC (which is a DigitalComponent) must offer.
You can read the source of this interface here.
Method Summary | |
void |
addComponentToNotify(DigitalComponent c)
Tells the PIC to notify c at each instruction cycle. |
void |
ExecInstruction()
Executes one instruction. |
void |
ReprogramFlash(CompiledProgram prog)
Reprograms the PIC. |
void |
Reset()
Resets the PIC. |
void |
Run()
Runs the PIC. |
Methods inherited from interface DigitalComponent |
connectPin,
getState,
isPinConnected,
notifyOneCycle,
setPinState,
setPinStateDontNotify |
Method Detail |
public void ReprogramFlash(CompiledProgram prog)
prog
- The new program.public void Run()
public void Reset()
public void ExecInstruction()
public void addComponentToNotify(DigitalComponent c)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |