UpdateHelpers Module
Types and nested modules
Type/Module | Description |
Functions and values
Function or value | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
getMenuView act model dispatch
Parameters:
MenuCommand
model : Model
dispatch : Msg -> Unit
Returns: Model
|
|
|
If debugTrace is on print out human readable info on message. Be careful not to do this on mouse moves (there are too many). be careful not to try to ptint simulation result arrays (that would crash the renderer!). optimise for very quick return in the case that debugLevel = 0 (production version) optimise for quick return if nothing is printed.
|
Full Usage:
getSimulationDataOrFail model msg
Parameters:
Model
msg : string
Returns: SimulationData
|
|
Full Usage:
isSameMsg
Returns: 'a -> 'a -> bool
|
|
Full Usage:
lastMemoryUpdateCheck
Returns: float
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
updateTimeTotal
Returns: float
|
|
Full Usage:
verilogOutputPage sheet fPath
Parameters:
'a
fPath : string
Returns: ReactElement
|
|
|
|
|
|