component

package
v1.14.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component struct {
	Id             string
	TypeName       string
	Type           interface{}
	Behaviour      string
	Buffer         messages.SAMessage
	Graph          dot.DOTGraph
	Info           interface{}
	ExecuteForever *bool // TODO dcruzb: move to the Type attribute (needs to modify the current struct to add the attribute dynamically) this will make possible the start of new srh while the old one is still executing
	Executing      *bool // TODO dcruzb: move to the Type attribute (needs to modify the current struct to add the attribute dynamically) this will make possible the start of new srh while the old one is still executing
}

func (Component) InvP

func (Component) InvP(msg *messages.SAMessage, connector connectors.Connector, invoker string, info *interface{}, reset *bool)

func (Component) InvR

func (Component) InvR(msg *messages.SAMessage, connector connectors.Connector, invoker string, info *interface{}, reset *bool)

func (Component) TerP

func (Component) TerP(msg *messages.SAMessage, connector connectors.Connector, invoker string, info *interface{}, reset *bool)

func (Component) TerR

func (Component) TerR(msg *messages.SAMessage, connector connectors.Connector, invoker string, info *interface{}, reset *bool)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL