public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001293] New: data_xmt_done, data_rcv_done documentation
@ 2011-07-22 13:45 bugzilla-daemon
  2011-07-22 16:06 ` [Bug 1001293] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-07-22 13:45 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001293

           Summary: data_xmt_done, data_rcv_done documentation
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: Reference Guide
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: stano@meduna.org
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


In the reference guide these callbacks are documented as 

void (*data_xmt_done)(serial_channel *chan)
void (*data_rcv_done)(serial_channel *chan)

see e.g.
http://ecos.sourceware.org/docs-latest/ref/io-how-to-write-a-driver.html#IO-HOW-TO-WRITE-SERIAL-INTERFACE-DRIVER

In reality there is one more parameter telling how many characters were
produced/consumed by the driver.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001293] data_xmt_done, data_rcv_done documentation
  2011-07-22 13:45 [Bug 1001293] New: data_xmt_done, data_rcv_done documentation bugzilla-daemon
@ 2011-07-22 16:06 ` bugzilla-daemon
  2011-08-17 16:43 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-07-22 16:06 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001293

--- Comment #1 from Stanislav Meduna <stano@meduna.org> 2011-07-22 17:06:21 BST ---
... and the data_rcv_req/data_xmt_req callbacks also don't return bool as
documented, but rcv_req_reply_t

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001293] data_xmt_done, data_rcv_done documentation
  2011-07-22 13:45 [Bug 1001293] New: data_xmt_done, data_rcv_done documentation bugzilla-daemon
  2011-07-22 16:06 ` [Bug 1001293] " bugzilla-daemon
@ 2011-08-17 16:43 ` bugzilla-daemon
  2011-08-17 16:52 ` bugzilla-daemon
  2011-08-18 17:25 ` bugzilla-daemon
  3 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-08-17 16:43 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001293

--- Comment #2 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2011-08-17 17:43:24 BST ---
Created an attachment (id=1341)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1341)
io.sgml: Fixed prototypes of several functions

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001293] data_xmt_done, data_rcv_done documentation
  2011-07-22 13:45 [Bug 1001293] New: data_xmt_done, data_rcv_done documentation bugzilla-daemon
  2011-07-22 16:06 ` [Bug 1001293] " bugzilla-daemon
  2011-08-17 16:43 ` bugzilla-daemon
@ 2011-08-17 16:52 ` bugzilla-daemon
  2011-08-18 17:25 ` bugzilla-daemon
  3 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-08-17 16:52 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001293

--- Comment #3 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2011-08-17 17:51:50 BST ---
Hi Stano,

Thank you for your report. If I missed nothing I'm going to apply
an attachment 1341.

Sergei

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001293] data_xmt_done, data_rcv_done documentation
  2011-07-22 13:45 [Bug 1001293] New: data_xmt_done, data_rcv_done documentation bugzilla-daemon
                   ` (2 preceding siblings ...)
  2011-08-17 16:52 ` bugzilla-daemon
@ 2011-08-18 17:25 ` bugzilla-daemon
  3 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-08-18 17:25 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001293

Sergei Gavrikov <sergei.gavrikov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |CURRENTRELEASE

--- Comment #4 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2011-08-18 18:25:04 BST ---
Now in CVS. Marked as RESOLVED.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 1001293] New: data_xmt_done, data_rcv_done documentation
@ 2011-07-22 13:45 bugzilla-daemon
  0 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-07-22 13:45 UTC (permalink / raw)
  To: unassigned

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001293

           Summary: data_xmt_done, data_rcv_done documentation
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: Reference Guide
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: stano@meduna.org
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


In the reference guide these callbacks are documented as 

void (*data_xmt_done)(serial_channel *chan)
void (*data_rcv_done)(serial_channel *chan)

see e.g.
http://ecos.sourceware.org/docs-latest/ref/io-how-to-write-a-driver.html#IO-HOW-TO-WRITE-SERIAL-INTERFACE-DRIVER

In reality there is one more parameter telling how many characters were
produced/consumed by the driver.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-08-18 17:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-22 13:45 [Bug 1001293] New: data_xmt_done, data_rcv_done documentation bugzilla-daemon
2011-07-22 16:06 ` [Bug 1001293] " bugzilla-daemon
2011-08-17 16:43 ` bugzilla-daemon
2011-08-17 16:52 ` bugzilla-daemon
2011-08-18 17:25 ` bugzilla-daemon
  -- strict thread matches above, loose matches on Subject: below --
2011-07-22 13:45 [Bug 1001293] New: " bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).