descore ~master (2015-04-21T20:17:28Z)
Dub
Repo
Communication
des
flow
sync
FThread communication struct
struct
Communication {
SyncList
!
Command
commands
;
SyncList
!
Signal
signals
;
SyncList
!(
FThread
.
Info
)
info
;
SyncList
!
Event
eventbus
;
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
!
Signal
signals
;
Meta
Source
See Implementation
des
flow
sync
classes
HubOutput
SyncList
functions
syncTest
interfaces
SyncOutput
structs
Communication
FThread communication struct