BugID: 803
State of the MACScheduler is written to PVSS during destruction. A signal handler is installed (late enough to override the GCF signal handlers!) that triggers the transition to the finishing state. In that state, the property is written and a timer is installed because PVSS database writes are asynchronous. When the timer goes off (1 second) the MACScheduler is closed.
Showing
- MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc 65 additions, 1 deletionMAC/APL/MainCU/src/MACScheduler/MACScheduler.cc
- MAC/APL/MainCU/src/MACScheduler/MACScheduler.h 9 additions, 0 deletionsMAC/APL/MainCU/src/MACScheduler/MACScheduler.h
- MAC/APL/MainCU/src/MACScheduler/MACSchedulerMain.cc 1 addition, 1 deletionMAC/APL/MainCU/src/MACScheduler/MACSchedulerMain.cc
Loading
Please register or sign in to comment