Jump to main content | Jump to Primary Navigation | Jump to Sub Navigation
| bot.h | Generic DevBot helper functions. The functionality provided by this file is described in the following modules: |
| configuration.h | Work with configuration files as described in XML configuration |
| device.h | Described in Internal API for driver authors |
| dispatcher.h | Attach callbacks to property updates as described in Asynchronous callbacks |
| host.h | Manage standalone or networkable hosts. The functionality provided by this file is described in: |
| property.h | Create, query, set and get properties. The functionality provided by this file is described in the following modules: |
| type.h | Built-in types for DevBot. The functionality provided by this file is described in the following modules: |
| utility.h | Type definitions, helper macros and inline functions |
| driver/device.h | Driver only. Described in Internal API for driver authors |
| driver/driver.h | Driver only. Boilerplate for driver authors |
| driver/property.h | Provides drivers with a subset property API. |
| driver/scheduler.h | Driver only. Schedule device poll functions |
| type/extimage.h | A composite image type which includes the FOURCC encoding, pixel depth, and image dimensions, as well as the actual image data |