* [Xenomai-core] [PATCH] RTDM device profiles: Document open_rt, socket_rt and close_rt deprecation
@ 2010-05-19 9:40 Stefan Kisdaroczi
2010-05-19 11:21 ` Jan Kiszka
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Kisdaroczi @ 2010-05-19 9:40 UTC (permalink / raw)
To: xenomai
[-- Attachment #1.1: Type: text/plain, Size: 17 bytes --]
regards, stefan
[-- Attachment #1.2: 0001-RTDM-device-profiles-Document-open_rt-socket_rt-and-.patch --]
[-- Type: text/plain, Size: 2216 bytes --]
From e8459dc079118f9f635ef31c996019a0652e4907 Mon Sep 17 00:00:00 2001
From: Stefan Kisdaroczi <kisda@hispeed.ch>
Date: Wed, 19 May 2010 11:31:00 +0200
Subject: [PATCH] RTDM device profiles: Document open_rt, socket_rt and close_rt deprecation
---
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
--
1.7.0.4
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Xenomai-core] [PATCH] RTDM device profiles: Document open_rt, socket_rt and close_rt deprecation
2010-05-19 9:40 [Xenomai-core] [PATCH] RTDM device profiles: Document open_rt, socket_rt and close_rt deprecation Stefan Kisdaroczi
@ 2010-05-19 11:21 ` Jan Kiszka
0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2010-05-19 11:21 UTC (permalink / raw)
To: Stefan Kisdaroczi; +Cc: xenomai
Stefan Kisdaroczi wrote:
> regards, stefan
>
Good point.
Thanks,
Jan
> From e8459dc079118f9f635ef31c996019a0652e4907 Mon Sep 17 00:00:00 2001
> From: Stefan Kisdaroczi <kisda@domain.hid>
> Date: Wed, 19 May 2010 11:31:00 +0200
> Subject: [PATCH] RTDM device profiles: Document open_rt, socket_rt and close_rt deprecation
>
> ---
> 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
> -- 1.7.0.4
--
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-19 11:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 9:40 [Xenomai-core] [PATCH] RTDM device profiles: Document open_rt, socket_rt and close_rt deprecation Stefan Kisdaroczi
2010-05-19 11:21 ` Jan Kiszka
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.