From 1f68362ea958a56a9c460dcdef5ddf4517a41a53 Mon Sep 17 00:00:00 2001
From: Ruud Overeem <overeem@astron.nl>
Date: Mon, 16 Aug 2010 12:15:13 +0000
Subject: [PATCH] Bug 1000: Defined RSP_BUSY as status value for RSP messages.
 In the future this value will be used during the initialisation- and
 clockset-stage to notify the user that the RSPDriver cannot yet respond to
 the request.

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

diff --git a/MAC/APL/PIC/RSP_Protocol/src/RSP_Protocol.prot b/MAC/APL/PIC/RSP_Protocol/src/RSP_Protocol.prot
index 2c857166b21..f13b30482c8 100644
--- a/MAC/APL/PIC/RSP_Protocol/src/RSP_Protocol.prot
+++ b/MAC/APL/PIC/RSP_Protocol/src/RSP_Protocol.prot
@@ -40,6 +40,7 @@ typedef	void*	memptr_t;
 static const int MAX_N_RSPBOARDS 	= 24;
 static const int RSP_SUCCESS       	= 1;
 static const int RSP_FAILURE       	= 0;
+static const int RSP_BUSY       	= -1;
 static const int RSP_RAW_BLOCK_SIZE = 1480;
 
 // The protocol implements the following messages.
-- 
GitLab