desflow ~master (2022-02-09T09:14:05.781406)
Dub
Repo
Communication
des
flow
sync
FThread communication struct
struct
Communication {
shared
SyncList
!
Command
commands
;
shared
SyncList
!
CtrlSignal
signals
;
shared
SyncList
!(
FThread
.
Info
)
info
;
shared
SyncList
!
Event
eventbus
;
shared
HubOutput
!
Event
listener
;
void
initialize
();
}
Members
Functions
initialize
void
initialize
()
create all fields
Variables
commands
SyncList
!
Command
commands
;
eventbus
SyncList
!
Event
eventbus
;
info
SyncList
!(
FThread
.
Info
)
info
;
listener
HubOutput
!
Event
listener
;
signals
SyncList
!
CtrlSignal
signals
;
Meta
Source
See Implementation
des
flow
sync
classes
HubOutput
SyncList
functions
syncTest
interfaces
SyncOutput
structs
Communication
FThread communication struct