Three questions:
1. Using the C API for OWFS, I would like a function that would return
the full path to a specific ID. My program would then store the path in
a structure for later use.
It seemed at first glance that FS_devicefind() might to, but in passing
an empty structure and a device ID, I get nothing in the passed structure:
struct parsedname pn;
FS_devicefind("28.CFB8C0000000", &pn);
I am using the python example to get a listing of all devices, but would
rather do this within C rather than calling external tools.
Maybe I am dabbling too deeply here...
2. Does a OW_get() to a device in the uncached/ directory force, for
example with temperature sensors, an immediate conversion or must I
touch the temperature12 file before doing OW_get?
3. Where is the conversion time stored? Or is it logged? It is
important (to my application) to know when the result I am reading in,
for example temperature12, was converted.
/m
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers