FairMQ/fairmq/plugins/DDS
Alexey Rybalchenko fc94342db8 Update state machine
- Split INITIALIZING state into Init+Bind+Connect
 - Remove PAUSE state
 - Convert state/transitions to enum classes (CamelCase)
 - Transition to a state only once previous handler is complete
 - Add CompleteInit transition to notify Initializing state
   that config updates are complete
 - Deprecate WaitForEndOfState(transition) in favor of
   WaitForState(state)/WaitForNextState()
 - Update tests/plugins to new APIs
 - Deprecate CheckCurrentState() in favor of NewStatePending()
2019-02-25 12:19:50 +01:00
..
CMakeLists.txt Improve summary and implement find_package2 2018-04-16 20:32:44 +02:00
DDS.cxx Update state machine 2019-02-25 12:19:50 +01:00
DDS.h Update to new DDS 2.2 API 2018-11-28 16:55:34 +01:00
runDDSCommandUI.cxx Update state machine 2019-02-25 12:19:50 +01:00