Jump to main content | Jump to Primary Navigation | Jump to Sub Navigation


 

DevBot File List

Here is a list of all documented files with brief descriptions:
bot.hGeneric DevBot helper functions. The functionality provided by this file is described in the following modules:
configuration.hWork with configuration files as described in XML configuration
device.hDescribed in Internal API for driver authors
dispatcher.hAttach callbacks to property updates as described in Asynchronous callbacks
host.hManage standalone or networkable hosts. The functionality provided by this file is described in:
property.hCreate, query, set and get properties. The functionality provided by this file is described in the following modules:
type.hBuilt-in types for DevBot. The functionality provided by this file is described in the following modules:
utility.hType definitions, helper macros and inline functions
driver/device.hDriver only. Described in Internal API for driver authors
driver/driver.hDriver only. Boilerplate for driver authors
driver/property.hProvides drivers with a subset property API.
driver/scheduler.hDriver only. Schedule device poll functions
type/extimage.hA composite image type which includes the FOURCC encoding, pixel depth, and image dimensions, as well as the actual image data