descore v1.1.0 (2015-01-15T16:11:38Z)
Dub
Repo
Communication
des
flow
sync
FThread communication struct
struct
Communication {
shared
SyncList
!
Command
commands
;
shared
SyncList
!
Signal
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
!
Signal
signals
;
Meta
Source
See Implementation
des
flow
sync
classes
HubOutput
SyncList
functions
syncTest
interfaces
SyncOutput
structs
Communication
FThread communication struct