Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EtherBone Core
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Projects
EtherBone Core
Commits
4de88503
Commit
4de88503
authored
13 years ago
by
Wesley W. Terpstra
Browse files
Options
Downloads
Patches
Plain Diff
Better documentation of failure codes.
parent
005fb2ea
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
api/etherbone.h
+2
-1
2 additions, 1 deletion
api/etherbone.h
with
2 additions
and
1 deletion
api/etherbone.h
+
2
−
1
View file @
4de88503
...
...
@@ -262,7 +262,8 @@ eb_status_t eb_socket_detach(eb_socket_t socket, eb_address_t address);
* Return codes:
* OK - the remote etherbone device is ready
* ADDRESS - the network address could not be parsed
* TIMEOUT - the remote host did not respond with etherbone
* TIMEOUT - timeout waiting for etherbone response
* FAIL - failure of the transport layer (remote host down?)
* WIDTH - could not negotiate an acceptable data bus width
* OOM - out of memory
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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