mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 14:07:08 +08:00
parent
e4087f0615
commit
4de0da1968
@ -433,9 +433,9 @@ CALLING SEQUENCE:
|
|||||||
.. code-block:: c
|
.. code-block:: c
|
||||||
|
|
||||||
rtems_status_code rtems_message_queue_send(
|
rtems_status_code rtems_message_queue_send(
|
||||||
rtems_id id,
|
rtems_id id,
|
||||||
const void *buffer,
|
const void *buffer,
|
||||||
size_t size
|
size_t size
|
||||||
);
|
);
|
||||||
|
|
||||||
DIRECTIVE STATUS CODES:
|
DIRECTIVE STATUS CODES:
|
||||||
|
@ -254,9 +254,9 @@ alphabetical order:
|
|||||||
``rtems_single``
|
``rtems_single``
|
||||||
This type is deprecated will be removed in RTEMS 6.1. Use ``float`` instead.
|
This type is deprecated will be removed in RTEMS 6.1. Use ``float`` instead.
|
||||||
|
|
||||||
.. index:: rtems_status_codes
|
.. index:: rtems_status_code
|
||||||
|
|
||||||
``rtems_status_codes``
|
``rtems_status_code``
|
||||||
The return type for most RTEMS services. This is an enumerated type of
|
The return type for most RTEMS services. This is an enumerated type of
|
||||||
approximately twenty-five values. In general, when a service returns a
|
approximately twenty-five values. In general, when a service returns a
|
||||||
particular status code, it indicates that a very specific error condition has
|
particular status code, it indicates that a very specific error condition has
|
||||||
|
Loading…
x
Reference in New Issue
Block a user