WaveSimSelect Module
Functions and values
Function or value | Description |
Full Usage:
cap sheet
Parameters:
string
Returns: string
|
|
Full Usage:
caseCompAndPortName name
Parameters:
string
Returns: string
|
|
Full Usage:
checkBoxItem wsModel isChecked waveIds dispatch
Parameters:
WaveSimModel
isChecked : bool
waveIds : WaveIndexT list
dispatch : Msg -> unit
Returns: ReactElement
|
|
Full Usage:
checkboxRow wsModel dispatch index
Parameters:
WaveSimModel
dispatch : Msg -> unit
index : WaveIndexT
Returns: ReactElement
|
|
Full Usage:
ensureWaveConsistency ws
Parameters:
WaveSimModel
Returns: Wave list * WaveIndexT list
|
|
Full Usage:
getInputName withComp comp port
Parameters:
bool
comp : FastComponent
port : InputPortNumber
Returns: string
|
|
Full Usage:
getInputPortName compType port
Parameters:
ComponentType
port : InputPortNumber
Returns: string
|
|
Full Usage:
getName index fastSim
Parameters:
WaveIndexT
fastSim : FastSimulation
Returns: string
|
|
Full Usage:
getOutputName withComp comp port fastSim
Parameters:
bool
comp : FastComponent
port : OutputPortNumber
fastSim : FastSimulation
Returns: string
|
|
Full Usage:
getOutputPortName compType port
Parameters:
ComponentType
port : OutputPortNumber
Returns: string
|
|
Full Usage:
getWaves ws fs
Parameters:
WaveSimModel
fs : FastSimulation
Returns: Map<WaveIndexT, Wave>
|
|
|
|
Full Usage:
makeComponentGroup showDetails ws dispatch subSheet cGroup waves
Parameters:
bool
ws : WaveSimModel
dispatch : Msg -> Unit
subSheet : string list
cGroup : ComponentGroup
waves : Wave list
Returns: ReactElement
|
|
Full Usage:
makeComponentRow showDetails ws dispatch fc waves
Parameters:
bool
ws : WaveSimModel
dispatch : Msg -> Unit
fc : FastComponent
waves : Wave list
Returns: ReactElement
|
|
Full Usage:
makePortRow ws dispatch waves
Parameters:
WaveSimModel
dispatch : Msg -> Unit
waves : Wave list
Returns: ReactElement
|
|
Full Usage:
makeSelectionGroup showDetails ws dispatch summaryItem rowItems cBox waves
Parameters:
bool
ws : WaveSimModel
dispatch : Msg -> Unit
summaryItem : ReactElement
rowItems : ReactElement list
cBox : CheckBoxStyle
waves : Wave list
Returns: ReactElement
|
|
Full Usage:
makeSheetRow showDetails ws dispatch subSheet waves
Parameters:
bool
ws : WaveSimModel
dispatch : Msg -> Unit
subSheet : string list
waves : Wave list
Returns: ReactElement
|
|
Full Usage:
makeWave ws fastSim wi
Parameters:
WaveSimModel
fastSim : FastSimulation
wi : WaveIndexT
Returns: Wave
|
|
Full Usage:
nameWithSheet fastSim dispName waveIndex
Parameters:
FastSimulation
dispName : string
waveIndex : WaveIndexT
Returns: string
|
|
Full Usage:
searchBar wsModel dispatch
Parameters:
WaveSimModel
dispatch : Msg -> unit
Returns: ReactElement
|
|
Full Usage:
selectAll wsModel dispatch
Parameters:
WaveSimModel
dispatch : Msg -> Unit
Returns: ReactElement
|
|
Full Usage:
selectRamButton wsModel dispatch
Parameters:
WaveSimModel
dispatch : Msg -> unit
Returns: ReactElement
|
|
Full Usage:
selectRamModal wsModel dispatch
Parameters:
WaveSimModel
dispatch : Msg -> unit
Returns: ReactElement
|
|
Full Usage:
selectWaves ws subSheet dispatch
Parameters:
WaveSimModel
subSheet : string list
dispatch : Msg -> unit
Returns: ReactElement
|
|
Full Usage:
selectWavesButton wsModel dispatch
Parameters:
WaveSimModel
dispatch : Msg -> unit
Returns: ReactElement
|
|
Full Usage:
selectWavesModal wsModel dispatch
Parameters:
WaveSimModel
dispatch : Msg -> unit
Returns: ReactElement
|
|
Full Usage:
toggleRamSelection (arg1, arg2) ramLabel wsModel dispatch
Parameters:
ComponentId
arg1 : ComponentId list
ramLabel : string
wsModel : WaveSimModel
dispatch : Msg -> 'a
Returns: 'a
|
|
Full Usage:
toggleSelectAll selected wsModel dispatch
Parameters:
bool
wsModel : WaveSimModel
dispatch : Msg -> unit
|
|
Full Usage:
toggleSelectSubGroup wsModel dispatch selected waves
Parameters:
WaveSimModel
dispatch : Msg -> 'a
selected : bool
waves : WaveIndexT list
Returns: 'a
|
|
Full Usage:
toggleWaveSelection index wsModel dispatch
Parameters:
WaveIndexT
wsModel : WaveSimModel
dispatch : Msg -> unit
|
|
Full Usage:
waveCheckBoxItem wsModel waveIds dispatch
Parameters:
WaveSimModel
waveIds : WaveIndexT list
dispatch : Msg -> unit
Returns: ReactElement
|