Hello,
is there any better documentation about the c-library api ? especially structure of zway-object and function reference ? the demo program and header-files dont say enough.
regards
razberry c-library doc
Re: razberry c-library doc
ZWayLib.h explains quite a lot. Isn't it enough? You should also see JS doc (zwayDev.pdf) - function description is same.
There is no description of zway object at all as it is just a reference to our internal structures - you don't need to look inside
There is no description of zway object at all as it is just a reference to our internal structures - you don't need to look inside
Re: razberry c-library doc
laborious way to translate js to c - the c-api documentation is an imposition
Re: razberry c-library doc
We have more JS API users, so yes, C API is less documented.
But the JS function documentation is actually automatically generated from C headers' comments, that's why they're pretty much the same. ZWay startup/shutdown code is shown in demo program, all other operations are matching those in JS.
But the JS function documentation is actually automatically generated from C headers' comments, that's why they're pretty much the same. ZWay startup/shutdown code is shown in demo program, all other operations are matching those in JS.