summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/capture/capture.h
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-11-06 08:55:32 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-11-24 14:04:54 -0600
commitc577500023b3a87d8bed86dbf0aa294f69b05a3e (patch)
tree78412b8a0fa4840450ee84d0940f48d45846a355 /cpukit/libmisc/capture/capture.h
parentcapture: Add SMP support. (diff)
downloadrtems-c577500023b3a87d8bed86dbf0aa294f69b05a3e.tar.bz2
capture: Remove whitespace and fix copyrights.
Diffstat (limited to 'cpukit/libmisc/capture/capture.h')
-rw-r--r--cpukit/libmisc/capture/capture.h60
1 files changed, 30 insertions, 30 deletions
diff --git a/cpukit/libmisc/capture/capture.h b/cpukit/libmisc/capture/capture.h
index c8bc270515..63d1343ccd 100644
--- a/cpukit/libmisc/capture/capture.h
+++ b/cpukit/libmisc/capture/capture.h
@@ -15,7 +15,7 @@
All rights reserved Objective Design Systems Pty Ltd, 2002
Chris Johns (ccj@acm.org)
- COPYRIGHT (c) 1989-1998.
+ COPYRIGHT (c) 1989-2014
On-Line Applications Research Corporation (OAR).
The license and distribution terms for this file may be
@@ -245,8 +245,8 @@ typedef void (*rtems_capture_timestamp)(rtems_capture_time_t* time);
* initialisation.
*
* @param[in] size The number of capture records to define.
- * @param[in] timestamp The timestamp callout handler to use. If the
- * the handler is NULL a default nano-second timestamp
+ * @param[in] timestamp The timestamp callout handler to use. If the
+ * the handler is NULL a default nano-second timestamp
* will be used.
*
* @retval This method returns RTEMS_SUCCESSFUL if there was not an
@@ -390,7 +390,7 @@ rtems_capture_watch_global (bool enable);
*
* This function returns the global watch state.
*
- * @retval This method returns true if the global watch
+ * @retval This method returns true if the global watch
* is on. Otherwise, it returns false.
*/
bool
@@ -419,7 +419,7 @@ rtems_capture_watch_ceiling (rtems_task_priority ceiling);
*
* This function gets the watch ceiling.
*
- * @retval The priority level immediately above that at which events
+ * @retval The priority level immediately above that at which events
* from tasks are not captured.
*/
rtems_task_priority
@@ -595,7 +595,7 @@ void rtems_capture_initialize_task( rtems_tcb* tcb );
/**
* @brief Capture record task.
- *
+ *
* This function records a new capture task record.
*
* @param[in] tcb is the task control block for the task
@@ -617,7 +617,7 @@ static inline bool rtems_capture_task_recorded( rtems_tcb* tcb ) {
/**
* @brief Capture task initialized
*
- * This function returns true if this task information has been
+ * This function returns true if this task information has been
* initialized.
*
* @param[in] tcb is the task control block for the task
@@ -628,11 +628,11 @@ static inline bool rtems_capture_task_initialized( rtems_tcb* tcb ) {
/**
* @brief Capture get task id.
- *
+ *
* This function returns the task id.
*
* @param[in] task The capture task.
- *
+ *
* @retval This function returns the task id.
*/
static inline rtems_id
@@ -643,11 +643,11 @@ rtems_capture_task_id (rtems_tcb* tcb)
/**
* @brief Capture get task state.
- *
+ *
* This function returns the task state.
*
* @param[in] task The capture task.
- *
+ *
* @retval This function returns the task state.
*/
static inline States_Control
@@ -660,11 +660,11 @@ rtems_capture_task_state (rtems_tcb* tcb)
/**
* @brief Capture get task name.
- *
+ *
* This function returns the task name.
*
* @param[in] task The capture task.
- *
+ *
* @retval This function returns the task name.
*/
static inline rtems_name
@@ -677,11 +677,11 @@ rtems_capture_task_name (rtems_tcb* tcb)
/**
* @brief Capture get task flags.
- *
+ *
* This function returns the task flags.
*
* @param[in] task The capture task.
- *
+ *
* @retval This function returns the task flags.
*/
static inline uint32_t
@@ -692,11 +692,11 @@ rtems_capture_task_flags (rtems_tcb* tcb)
/**
* @brief Capture get task control
- *
+ *
* This function returns the task control if present.
*
* @param[in] task The capture task.
- *
+ *
* @retval This function returns the task control if present.
*/
static inline rtems_capture_control_t*
@@ -707,11 +707,11 @@ rtems_capture_task_control (rtems_tcb* tcb)
/**
* @brief Capture get task control flags.
- *
+ *
* This function returns the task control flags if a control is present.
*
* @param[in] task The capture task.
- *
+ *
* @retval This function returns the task control flags if a control is present.
*/
static inline uint32_t
@@ -725,12 +725,12 @@ rtems_capture_task_control_flags (rtems_tcb* tcb)
/**
* @brief Capture get task start priority.
- *
+ *
* This function returns the tasks start priority. The tracer needs this
* to track where the task's priority goes.
*
* @param[in] task The capture task.
- *
+ *
* @retval This function returns the tasks start priority. The tracer needs this
* to track where the task's priority goes.
*/
@@ -744,11 +744,11 @@ rtems_capture_task_start_priority (rtems_tcb* tcb)
/**
* @brief Capture get task real priority.
- *
+ *
* This function returns the tasks real priority.
*
* @param[in] task The capture task.
- *
+ *
* @retval This function returns the tasks real priority.
*/
static inline rtems_task_priority
@@ -759,11 +759,11 @@ rtems_capture_task_real_priority (rtems_tcb* tcb)
/**
* @brief Capture get task current priority.
- *
+ *
* This function returns the tasks current priority.
*
* @param[in] task The capture task.
- *
+ *
* @retval This function returns the tasks current priority.
*/
static inline rtems_task_priority
@@ -786,12 +786,12 @@ rtems_capture_get_control_list (void);
/**
* @brief Capture get next capture control.
- *
+ *
* This function returns the pointer to the next control in the list. The
* pointer NULL terminates the list.
*
* @param[in] control the current capture control.
- *
+ *
* @retval This function returns the pointer to the next control in the list. The
* pointer NULL terminates the list.
*/
@@ -803,11 +803,11 @@ rtems_capture_next_control (rtems_capture_control_t* control)
/**
* @brief Capture get capture control id.
- *
+ *
* This function returns the control id.
*
* @param[in] control the capture control.
- *
+ *
* @retval This function returns the control id.
*/
static inline rtems_id
@@ -929,7 +929,7 @@ rtems_capture_control_by_name (rtems_capture_control_t* control, int by)
* @brief Capture get capture control by task id.
*
* This function returns the control @a by task id
- *
+ *
* @retval This function returns the control @a by task id.
*/
static inline rtems_id