From 6ef014868d5676a9aa94c1d1d0d08b4a1546bd93 Mon Sep 17 00:00:00 2001
From: wierenga <sdos@astron.nl>
Date: Wed, 27 Sep 2006 10:03:29 +0000
Subject: [PATCH] BugID: 919 selection of subarray of cross-correlation array
 is no longer done in the RSPDriver but in the client

---
 MAC/APL/PIC/RSP_Protocol/src/RSP_Protocol.prot | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/MAC/APL/PIC/RSP_Protocol/src/RSP_Protocol.prot b/MAC/APL/PIC/RSP_Protocol/src/RSP_Protocol.prot
index 0e3c43ce985..976fa3dff69 100644
--- a/MAC/APL/PIC/RSP_Protocol/src/RSP_Protocol.prot
+++ b/MAC/APL/PIC/RSP_Protocol/src/RSP_Protocol.prot
@@ -819,10 +819,6 @@ event = {
     type = "RTC::Timestamp";
     userdefined;
   };
-  param = {
-    name = "rcumask";
-    type = "std::bitset<MAX_N_RCUS>";
-  };
   param = {
     name = "period";
     type = "uint16";
@@ -905,10 +901,6 @@ event = {
     type = "RTC::Timestamp";
     userdefined;
   };
-  param = {
-    name = "rcumask";
-    type = "std::bitset<MAX_N_RCUS>";
-  };
   param = {
     name = "cache";
     type = "uint8";
-- 
GitLab