Bug 1000: Added ClaimManagerTask for communicating with the ClaimManager of PVSS.
This communication is async so we have to create a seperate task to handle the IO. The test dir contains a program that demonstrates how to use the CMtask. Not fully implemented and tested yet!.
Showing
- .gitattributes 1 addition, 0 deletions.gitattributes
- MAC/APL/RTDBCommon/src/CM_Protocol.prot 86 additions, 0 deletionsMAC/APL/RTDBCommon/src/CM_Protocol.prot
- MAC/APL/RTDBCommon/src/ClaimMgrTask.cc 242 additions, 0 deletionsMAC/APL/RTDBCommon/src/ClaimMgrTask.cc
- MAC/APL/RTDBCommon/src/ClaimMgrTask.h 103 additions, 0 deletionsMAC/APL/RTDBCommon/src/ClaimMgrTask.h
- MAC/APL/RTDBCommon/src/Makefile.am 26 additions, 9 deletionsMAC/APL/RTDBCommon/src/Makefile.am
- MAC/APL/RTDBCommon/src/RTDButilities.cc 9 additions, 7 deletionsMAC/APL/RTDBCommon/src/RTDButilities.cc
- MAC/APL/RTDBCommon/test/Makefile.am 5 additions, 1 deletionMAC/APL/RTDBCommon/test/Makefile.am
- MAC/APL/RTDBCommon/test/tClaimManager.cc 120 additions, 0 deletionsMAC/APL/RTDBCommon/test/tClaimManager.cc
- MAC/APL/RTDBCommon/test/tClaimManager.h 50 additions, 0 deletionsMAC/APL/RTDBCommon/test/tClaimManager.h
MAC/APL/RTDBCommon/src/CM_Protocol.prot
0 → 100644
MAC/APL/RTDBCommon/src/ClaimMgrTask.cc
0 → 100644
MAC/APL/RTDBCommon/src/ClaimMgrTask.h
0 → 100644
MAC/APL/RTDBCommon/test/tClaimManager.cc
0 → 100644
MAC/APL/RTDBCommon/test/tClaimManager.h
0 → 100644
Please register or sign in to comment