Documentation
¶
Index ¶
Constants ¶
View Source
const ( ComponentName = "signal" OutPort string = "out" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
func (*Component) GetInfo ¶
func (t *Component) GetInfo() module.ComponentInfo
type ControlRunning ¶ added in v0.1.215
type ControlRunning struct {
Context Context `json:"context" required:"true" title:"Context" readonly:"true"`
Reset bool `json:"reset" format:"button" title:"Reset" required:"true"`
}
ControlRunning is the _control port schema when the signal is running
type ControlStopped ¶ added in v0.1.215
type ControlStopped struct {
Context Context `json:"context" required:"true" title:"Context"`
Send bool `json:"send" format:"button" title:"Send" required:"true"`
}
ControlStopped is the _control port schema when the signal is not running
Click to show internal directories.
Click to hide internal directories.