This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UVSOCK improvements

Hello,

I am currently implementing Tcl bindings to the UVSOCK library. This will allow UV to be scripted in Tcl. (German note to Keil personell: Ich war auf Ihrem Stand auf der Embedded World und hatte z.B. einige Vorschlaege fuer CMSIS. Vielleicht erinnern Sie sich.)

I've noticed some things that could stand improvement in the UVSOCK documentation.

UVSC_Init() fails with General Failure if passed UVSC_MIN_AUTO_PORT and UVSC_MAX_AUTO_PORT. It succeeds if passed the values 5101 and 5110, as in the UVSC_Tester application. You may want to document this; it took me some time to figure this out.

The REGENUM struct is not documented in the HTML, only in the source file; this is probably because of incorrect Doxygen comments.

Sincerly,

Konrad Schwarz

0