Documentation
¶
Overview ¶
Package cams provides models which simulate cameras being added and removed, sometimes in an erratic manner.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlinkingCamModel ¶
func NewBlinkingCamModel ¶
func NewBlinkingCamModel( name string, delay float64, period float64, ) *BlinkingCamModel
func (*BlinkingCamModel) Enable ¶
func (mdl *BlinkingCamModel) Enable()
type OscillatingCamsModel ¶
func NewOscillatingCamsModel ¶
func NewOscillatingCamsModel( n int, namePrefix string, delay float64, period float64, ) *OscillatingCamsModel
func (*OscillatingCamsModel) Enable ¶
func (mdl *OscillatingCamsModel) Enable()
type StandardCamModel ¶
func NewStandardCamModel ¶
func (*StandardCamModel) Create ¶
func (mdl *StandardCamModel) Create(wld world.Standard)
Click to show internal directories.
Click to hide internal directories.