Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConstantDevice ¶
type ConstantDevice[T sim.PortType, OUT_T sim.IPort[T]] struct { OUT OUT_T // contains filtered or unexported fields }
func NewConstantDevice ¶
func NewConstantDevice[T sim.PortType, OUT_T sim.IPort[T]](port OUT_T, value T) *ConstantDevice[T, OUT_T]
func (*ConstantDevice[T, OUT_T]) OnNewStep ¶
func (d *ConstantDevice[T, OUT_T]) OnNewStep()
func (*ConstantDevice[T, OUT_T]) OnStepFinished ¶
func (d *ConstantDevice[T, OUT_T]) OnStepFinished()
func (*ConstantDevice[T, OUT_T]) UpdateSubStep ¶
func (d *ConstantDevice[T, OUT_T]) UpdateSubStep()
Click to show internal directories.
Click to hide internal directories.