Clock Component  
Fires every tick of the circuit timer SS
Vars | |
| on | Whether the clock is on or not | 
|---|---|
| signal | The signal from this clock component | 
Procs | |
| start_process | Adds the component to the SSclock_component process list | 
| stop_process | Removes the component to the SSclock_component process list | 
Var Details
on  
Whether the clock is on or not
signal  
The signal from this clock component
Proc Details
start_process
Adds the component to the SSclock_component process list
Starts ticking to send signals between periods of time
stop_process
Removes the component to the SSclock_component process list
Signals stop getting sent.