Documentation
¶
Overview ¶
Package directconnection provides directconnection
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder can help building directconnection.
func MakeBuilder ¶
func MakeBuilder() Builder
type Comp ¶
type Comp struct { *sim.TickingComponent // contains filtered or unexported fields }
Comp is a DirectConnection connects two components without latency
func (*Comp) NotifyAvailable ¶
NotifyAvailable is called by a port to notify that the connection can deliver to the port again.
func (*Comp) NotifySend ¶
func (c *Comp) NotifySend()
NotifySend is called by a port to notify that the connection can start to tick now
Click to show internal directories.
Click to hide internal directories.