cwFlow.h : Comments improved. No functional changes.
This commit is contained in:
parent
f49db3d28a
commit
0a9daab833
2
cwFlow.h
2
cwFlow.h
@ -48,9 +48,11 @@ namespace cw
|
|||||||
const ui_net_t* ui_net( handle_t h );
|
const ui_net_t* ui_net( handle_t h );
|
||||||
|
|
||||||
// Run one cycle of the network.
|
// Run one cycle of the network.
|
||||||
|
// May return kEofRC if the cycle was programatically halted.
|
||||||
rc_t exec_cycle( handle_t h );
|
rc_t exec_cycle( handle_t h );
|
||||||
|
|
||||||
// Run a non-real-time program to completion.
|
// Run a non-real-time program to completion.
|
||||||
|
// May return kEofRC if the cycle was programatically halted.
|
||||||
rc_t exec( handle_t h );
|
rc_t exec( handle_t h );
|
||||||
|
|
||||||
// Send any pending updates from the flow network to the UI.
|
// Send any pending updates from the flow network to the UI.
|
||||||
|
Loading…
Reference in New Issue
Block a user