From 49f4d85f69adb852edfc64501264d9d52fe65677 Mon Sep 17 00:00:00 2001 From: mliszcz Date: Mon, 14 Oct 2019 14:02:41 +0200 Subject: [PATCH] Rename RFC-9 to: Data types --- 4/README.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4/README.md b/4/README.md index 987f5e0..2bcc622 100644 --- a/4/README.md +++ b/4/README.md @@ -63,7 +63,7 @@ An Attribute MUST have associated following static metadata: * *name*, a string identifying the Attribute. It MUST be unique [^1] among all Attributes of a particular device. See `` specification below, -* *data type*, an enumeration describing the type of the data (X/DataTypes), +* *data type*, an enumeration describing the type of the data ([RFC 9/Data Types](/9)), * *data format*, an enumeration describing the dimension of the data (one of *SCALAR*, *SPECTRUM*, *IMAGE*), * *writable*, an enumeration describing the write access to the Attribute diff --git a/README.md b/README.md index 6f8bb45..057cb3b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Short Name | Title [RFC-5](5/README.md) | The property model | Standard | Raw | Gwenaelle Abeillé [RFC-6](6/README.md) | The database system | Standard | Raw | Gwenaelle Abeillé [RFC-8](8/README.md) | The server model | Standard | Raw | Lorenzo Pivetta -[RFC-9](9/README.md) | The class model | Standard | Raw | +[RFC-9](9/README.md) | Data types | Standard | Raw | [RFC-10](10/README.md) | The Request-Reply protocol | Standard | Raw | Reynald Bourtembourg [RFC-11](11/README.md) | The Request-Reply protocol - CORBA implementation | Standard | Raw | [RFC-12](12/README.md) | The Publisher-Subscriber protocol | Standard | Raw | Vincent Hardion