BugID: 1000
Replaced FINISH and FINISHED events with QUIT and QUITED events with exact the opposite direction. (by changing names one is sure you modify all code). This works a lot better. Extended the ParentControl class with a call that allows the maintask to report the state it is in. This is necc. when the main task changes state on its own.
Showing
- MAC/APL/APLCommon/include/APL/APLCommon/CTState.h 2 additions, 2 deletionsMAC/APL/APLCommon/include/APL/APLCommon/CTState.h
- MAC/APL/APLCommon/include/APL/APLCommon/ParentControl.h 14 additions, 4 deletionsMAC/APL/APLCommon/include/APL/APLCommon/ParentControl.h
- MAC/APL/APLCommon/src/CTState.cc 3 additions, 3 deletionsMAC/APL/APLCommon/src/CTState.cc
- MAC/APL/APLCommon/src/ChildControl.cc 15 additions, 14 deletionsMAC/APL/APLCommon/src/ChildControl.cc
- MAC/APL/APLCommon/src/ControllerDefines.cc 3 additions, 4 deletionsMAC/APL/APLCommon/src/ControllerDefines.cc
- MAC/APL/APLCommon/src/Controller_Protocol.prot 3 additions, 20 deletionsMAC/APL/APLCommon/src/Controller_Protocol.prot
- MAC/APL/APLCommon/src/ParentControl.cc 43 additions, 24 deletionsMAC/APL/APLCommon/src/ParentControl.cc
Loading
Please register or sign in to comment