Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iriutils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
algorithms
iriutils
Commits
e8eab490
Commit
e8eab490
authored
8 years ago
by
Sergi Foix Salmerón
Browse files
Options
Downloads
Patches
Plain Diff
[iriutils]
- Correcting some typos
parent
e53f5b64
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/threads/thread.h
+1
-1
1 addition, 1 deletion
src/threads/thread.h
src/threads/threadserver.h
+16
-16
16 additions, 16 deletions
src/threads/threadserver.h
with
17 additions
and
17 deletions
src/threads/thread.h
+
1
−
1
View file @
e8eab490
...
...
@@ -291,7 +291,7 @@ class CThread
*
* This function sends a request to the thread in order to terminate it.
* If the thread is not active, this function has no effect. Otherwise,
* this function won
0
t return until the thread has finished.
* this function won
'
t return until the thread has finished.
*
* This function only ends the execution of the thread, but it does not
* delete nor change the user thread function. After calling this function,
...
...
This diff is collapsed.
Click to expand it.
src/threads/threadserver.h
+
16
−
16
View file @
e8eab490
...
...
@@ -180,7 +180,7 @@ class CThreadServer
* exception class.
*
* \param thread_id a null terminated string with the thread identifier. The
* identifier is stored internally in a different mem
e
ory location so that
* identifier is stored internally in a different memory location so that
* the parameter can be freed after calling this function. The identifier
* must not have any spaces or special characters, and must be unique.
*
...
...
@@ -204,7 +204,7 @@ class CThreadServer
* exception class.
*
* \param thread_id a null terminated string with the thread identifier. The
* identifier is stored internally in a different mem
e
ory location so that
* identifier is stored internally in a different memory location so that
* the parameter can be freed after calling this function. The identifier
* must not have any spaces or special characters, and must be unique.
*/
...
...
@@ -215,8 +215,8 @@ class CThreadServer
*
* This function provides access to the private CThread objects through the
* public interface of the class. To see a more detailed description of its
* features, see the documentation on the attach() function of the
CThread
* class.
* features, see the documentation on the
CThread::
attach() function of the
*
CThread
class.
*
* The other parameters to the function are descrived in the CThread class
* reference.
...
...
@@ -243,15 +243,15 @@ class CThreadServer
*
* This function provides access to the private CThread objects through the
* public interface of the class. To see a more detailed description of its
* features, see the documentation on the start() function of the
CThread
* class.
* features, see the documentation on the
CThread::
start() function of the
*
CThread
class.
*
* This function throws a CThreadServerException in case of any error. See
* the corresponding documentation for a more detailed decription of this
* exception class.
*
* \param thread_id a null terminated string with the thread identifier. The
* identifier is stored internally in a different mem
e
ory location so that
* identifier is stored internally in a different memory location so that
* the parameter can be freed after calling this function. The identifier
* must not have any spaces or special characters, and must be unique.
*/
...
...
@@ -262,15 +262,15 @@ class CThreadServer
*
* This function provides access to the private CThread objects through the
* public interface of the class. To see a more detailed description of its
* features, see the documentation on the end() function of the
CThread
* class.
* features, see the documentation on the
CThread::
end() function of the
*
CThread
class.
*
* This function throws a CThreadServerException in case of any error. See
* the corresponding documentation for a more detailed decription of this
* exception class.
*
* \param thread_id a null terminated string with the thread identifier. The
* identifier is stored internally in a different mem
e
ory location so that
* identifier is stored internally in a different memory location so that
* the parameter can be freed after calling this function. The identifier
* must not have any spaces or special characters, and must be unique.
*/
...
...
@@ -281,15 +281,15 @@ class CThreadServer
*
* This function provides access to the private CThread objects through the
* public interface of the class. To see a more detailed description of its
* features, see the documentation on the kill() function of the
CThread
* class.
* features, see the documentation on the
CThread::
kill() function of the
*
CThread
class.
*
* This function throws a CThreadServerException in case of any error. See
* the corresponding documentation for a more detailed decription of this
* exception class.
*
* \param thread_id a null terminated string with the thread identifier. The
* identifier is stored internally in a different mem
e
ory location so that
* identifier is stored internally in a different memory location so that
* the parameter can be freed after calling this function. The identifier
* must not have any spaces or special characters, and must be unique.
*
...
...
@@ -301,15 +301,15 @@ class CThreadServer
*
* This function provides access to the private CThread objects through the
* public interface of the class. To see a more detailed description of its
* features, see the documentation on the detach() function of the
CThread
* class.
* features, see the documentation on the
CThread::
detach() function of the
*
CThread
class.
*
* This function throws a CThreadServerException in case of any error. See
* the corresponding documentation for a more detailed decription of this
* exception class.
*
* \param thread_id a null terminated string with the thread identifier. The
* identifier is stored internally in a different mem
e
ory location so that
* identifier is stored internally in a different memory location so that
* the parameter can be freed after calling this function. The identifier
* must not have any spaces or special characters, and must be unique.
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment