|
OYAPI int OYEXPORT | oyDevicesGet (const char *device_type, const char *device_class, oyOptions_s *options, oyConfigs_s **devices) |
| get all devices matching to a device class and type More...
|
|
OYAPI int OYEXPORT | oyDeviceGet (const char *device_type, const char *device_class, const char *device_name, oyOptions_s *options, oyConfig_s **device) |
| ask a module for device informations or other direct calls More...
|
|
OYAPI int OYEXPORT | oyDeviceSetup (oyConfig_s *device) |
| activate the device using the stored configuration More...
|
|
OYAPI int OYEXPORT | oyDeviceUnset (oyConfig_s *device) |
| unset the device profile More...
|
|
OYAPI int OYEXPORT | oyDeviceGetInfo (oyConfig_s *device, oyNAME_e type, oyOptions_s *options, char **info_text, oyAlloc_f allocateFunc) |
| get all devices matching to a device class and type More...
|
|
OYAPI int OYEXPORT | oyDeviceBackendCall (oyConfig_s *device, oyOptions_s *options) |
| get device answere from options More...
|
|
OYAPI int OYEXPORT | oyDeviceSetProfile (oyConfig_s *device, const char *profile_name) |
| set the device profile More...
|
|
OYAPI int OYEXPORT | oyDeviceGetProfile (oyConfig_s *device, oyOptions_s *options, oyProfile_s **profile) |
| order a device profile More...
|
|
OYAPI int OYEXPORT | oyDeviceAskProfile2 (oyConfig_s *device, oyOptions_s *options, oyProfile_s **profile) |
| ask for the device profile More...
|
|
OYAPI int OYEXPORT | oyDeviceProfileFromDB (oyConfig_s *device, char **profile_name, oyAlloc_f allocateFunc) |
| look up a profile of a device from DB More...
|
|
OYAPI int OYEXPORT | oyDevicesFromTaxiDB (oyConfig_s *device, oyOptions_s *options, oyConfigs_s **devices, oyObject_s obj) |
| search a calibration state in the taxi DB for a device More...
|
|
OYAPI int OYEXPORT | oyDeviceSelectSimiliar (oyConfig_s *pattern, oyConfigs_s *heap, uint32_t flags, oyConfigs_s **matched_devices) |
| get similiar devices by a pattern from a list More...
|
|
OYAPI int OYEXPORT | oyDeviceFromJSON (const char *json_text, oyOptions_s *options, oyConfig_s **device) |
| generate a device from a JSON device calibration More...
|
|
OYAPI int OYEXPORT | oyDeviceToJSON (oyConfig_s *device, oyOptions_s *options, char **json_text, oyAlloc_f allocateFunc) |
| get JSON format device calibration text from a device More...
|
|
[Template file inheritance graph] +– oyranos_devices.template.h
Oyranos is an open source Color Management System
- Copyright:
- 2004-2012 (C) Kai-Uwe Behrmann
- Author
- Kai-Uwe Behrmann ku.b@.nosp@m.gmx..nosp@m.de
- License:
- new BSD - see: http://www.opensource.org/licenses/bsd-license.php
- Date
- 2012/11/15