Documentation
¶
Index ¶
- func GenericSourceFactory(objectId string) remote.IObjectSource
- func Run()
- func RunHub(addr string)
- type Command
- type GenericSource
- func (s *GenericSource) CollectProperties() (core.KWArgs, error)
- func (s *GenericSource) Invoke(methodId string, args core.Args) (core.Any, error)
- func (s *GenericSource) Linked(objectId string, node *remote.Node) error
- func (s *GenericSource) ObjectId() string
- func (s *GenericSource) SetProperty(propertyId string, value core.Any) error
- type MockSink
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenericSourceFactory ¶ added in v0.5.2
func GenericSourceFactory(objectId string) remote.IObjectSource
Types ¶
type GenericSource ¶ added in v0.5.2
type GenericSource struct {
// contains filtered or unexported fields
}
func NewGenericSource ¶ added in v0.5.2
func NewGenericSource(objectId string) *GenericSource
func (*GenericSource) CollectProperties ¶ added in v0.5.2
func (s *GenericSource) CollectProperties() (core.KWArgs, error)
func (*GenericSource) Linked ¶ added in v0.5.2
func (s *GenericSource) Linked(objectId string, node *remote.Node) error
func (*GenericSource) ObjectId ¶ added in v0.5.2
func (s *GenericSource) ObjectId() string
func (*GenericSource) SetProperty ¶ added in v0.5.2
func (s *GenericSource) SetProperty(propertyId string, value core.Any) error
type MockSink ¶
type MockSink struct {
// contains filtered or unexported fields
}
func (*MockSink) HandleInit ¶ added in v0.5.2
func (*MockSink) HandlePropertyChange ¶ added in v0.5.2
func (*MockSink) HandleRelease ¶ added in v0.5.2
func (s *MockSink) HandleRelease()
func (*MockSink) HandleSignal ¶ added in v0.5.2
Click to show internal directories.
Click to hide internal directories.