Changeset 6ace38b in rtems
- Timestamp:
- 11/10/11 15:36:56 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 37586dc6
- Parents:
- ba136bd
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rba136bd r6ace38b 1 2011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 * rtems/include/rtems/rtems/event.h: Revert parameter name change. 4 1 5 2011-11-10 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 6 -
cpukit/rtems/include/rtems/rtems/event.h
rba136bd r6ace38b 104 104 * 105 105 * This directive sends an event set @a event_in to the task specified by 106 * @a target_task_id.106 * @a id. 107 107 * 108 108 * Based upon the state of the target task, one of the following situations … … 127 127 * to the appropriate task. 128 128 * 129 * @param[in] target_task_id Identifier of the target task. Specifying130 * @ref RTEMS_SELFresults in the event set being sent to the calling task.129 * @param[in] id Identifier of the target task. Specifying @ref RTEMS_SELF 130 * results in the event set being sent to the calling task. 131 131 * @param[in] event_in Event set sent to the target task. 132 132 * … … 135 135 */ 136 136 rtems_status_code rtems_event_send ( 137 rtems_id target_task_id,137 rtems_id id, 138 138 rtems_event_set event_in 139 139 );
Note: See TracChangeset
for help on using the changeset viewer.