Module: xenomai-jki
Branch: for-upstream
Commit: 95359c143dbc03c2639d3a51e7805d981c7c0005
URL:    
http://git.xenomai.org/?p=xenomai-jki.git;a=commit;h=95359c143dbc03c2639d3a51e7805d981c7c0005

Author: Stefan Kisdaroczi <ki...@hispeed.ch>
Date:   Wed May 19 11:31:00 2010 +0200

RTDM device profiles: Document open_rt, socket_rt and close_rt deprecation

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>

---

 include/rtdm/rtcan.h     |    4 ++--
 include/rtdm/rtserial.h  |    4 ++--
 include/rtdm/rttesting.h |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/rtdm/rtcan.h b/include/rtdm/rtcan.h
index 43399e2..34a2044 100644
--- a/include/rtdm/rtcan.h
+++ b/include/rtdm/rtcan.h
@@ -59,7 +59,7 @@
  * @par Supported Operations
  * @n
  * @b Socket @n
- * Environments: non-RT (RT optional)@n
+ * Environments: non-RT (RT optional, deprecated)@n
  * @n
  * Specific return values:
  * - -EPROTONOSUPPORT (Protocol is not supported by the driver.
@@ -72,7 +72,7 @@
  * Blocking calls to any of the @ref Send or @ref Recv "Receive" functions
  * will be unblocked when the socket is closed and return with an error. @n
  * @n
- * Environments: non-RT (RT optional)@n
+ * Environments: non-RT (RT optional, deprecated)@n
  * @n
  * Specific return values: none @n
  * @n
diff --git a/include/rtdm/rtserial.h b/include/rtdm/rtserial.h
index 48712b2..00dc536 100644
--- a/include/rtdm/rtserial.h
+++ b/include/rtdm/rtserial.h
@@ -42,11 +42,11 @@
  *
  * @par Supported Operations
  * @b Open @n
- * Environments: non-RT (RT optional)@n
+ * Environments: non-RT (RT optional, deprecated)@n
  * Specific return values: none @n
  * @n
  * @b Close @n
- * Environments: non-RT (RT optional)@n
+ * Environments: non-RT (RT optional, deprecated)@n
  * Specific return values: none @n
  * @n
  * @b IOCTL @n
diff --git a/include/rtdm/rttesting.h b/include/rtdm/rttesting.h
index e936630..a3a7ae9 100644
--- a/include/rtdm/rttesting.h
+++ b/include/rtdm/rttesting.h
@@ -43,11 +43,11 @@
  *
  * @par Supported Operations
  * @b Open @n
- * Environments: non-RT (RT optional)@n
+ * Environments: non-RT (RT optional, deprecated)@n
  * Specific return values: none @n
  * @n
  * @b Close @n
- * Environments: non-RT (RT optional)@n
+ * Environments: non-RT (RT optional, deprecated)@n
  * Specific return values: none @n
  * @n
  * @b IOCTL @n


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to