-
- Downloads
Task #5830: revert most KVpair changes. The extra overloads clash on either 32...
Task #5830: revert most KVpair changes. The extra overloads clash on either 32 or 64 bit. Adding overloads will also fail, as they cannot be mapped to PVSS data types in the PVSSGateway (default case there is to try string). So overloads -> template won't work either. Agreed with Ruud to also remove the vector<int> support (already not mapped). Then to solve the original data type problem, adapt a few logged data types from uint or ulong to int. While at it, adapt a few to bool from string ("0" or "1").
Showing
- LCS/Common/include/Common/KVpair.h 9 additions, 9 deletionsLCS/Common/include/Common/KVpair.h
- LCS/Common/src/KVpair.cc 4 additions, 39 deletionsLCS/Common/src/KVpair.cc
- LCS/Common/test/tKVpair.cc 1 addition, 30 deletionsLCS/Common/test/tKVpair.cc
- LCS/Common/test/tKVpair.stdout 0 additions, 8 deletionsLCS/Common/test/tKVpair.stdout
- MAC/MACIO/src/KVT_Protocol.prot 6 additions, 6 deletionsMAC/MACIO/src/KVT_Protocol.prot
- RTCP/Cobalt/CoInterface/src/TABTranspose.cc 1 addition, 1 deletionRTCP/Cobalt/CoInterface/src/TABTranspose.cc
- RTCP/Cobalt/GPUProc/src/cuda/Pipelines/CorrelatorPipeline.cc 1 addition, 1 deletionRTCP/Cobalt/GPUProc/src/cuda/Pipelines/CorrelatorPipeline.cc
- RTCP/Cobalt/GPUProc/src/cuda/Pipelines/Pipeline.cc 1 addition, 1 deletionRTCP/Cobalt/GPUProc/src/cuda/Pipelines/Pipeline.cc
- RTCP/Cobalt/InputProc/src/Station/PacketReader.cc 2 additions, 2 deletionsRTCP/Cobalt/InputProc/src/Station/PacketReader.cc
- RTCP/Cobalt/OutputProc/src/OutputThread.cc 1 addition, 1 deletionRTCP/Cobalt/OutputProc/src/OutputThread.cc
Loading
Please register or sign in to comment