#include <yocto_api.h>
|
static int | getAllDevices (vector< YDEV_DESCR > &buffer, string &errmsg) |
|
static u16 | getAPIVersion (string &version, string &date) |
|
static YDEV_DESCR | getDevice (const string &device_str, string &errmsg) |
|
static YDEV_DESCR | getDeviceByFunction (YFUN_DESCR fundesc, string &errmsg) |
|
static YRETCODE | getDeviceInfo (YDEV_DESCR devdesc, yDeviceSt &infos, string &errmsg) |
|
static YFUN_DESCR | getFunction (const string &class_str, const string &function_str, string &errmsg) |
|
static YRETCODE | getFunctionInfo (YFUN_DESCR fundesc, YDEV_DESCR &devdescr, string &serial, string &funcId, string &funcName, string &funcVal, string &errmsg) |
|
static YRETCODE | getFunctionInfoEx (YFUN_DESCR fundesc, YDEV_DESCR &devdescr, string &serial, string &funcId, string &baseType, string &funcName, string &funcVal, string &errmsg) |
|
static int | getFunctionsByClass (const string &class_str, YFUN_DESCR prevfundesc, vector< YFUN_DESCR > &buffer, int maxsize, string &errmsg) |
|
static int | getFunctionsByDevice (YDEV_DESCR devdesc, YFUN_DESCR prevfundesc, vector< YFUN_DESCR > &buffer, int maxsize, string &errmsg) |
|
static YRETCODE | handleEvents (string &errmsg) |
|
static YRETCODE | updateDeviceList (bool forceupdate, string &errmsg) |
|
static string | ysprintf (const char *fmt,...) |
|
Definition at line 806 of file yocto_api.h.
int YapiWrapper::getAllDevices |
( |
vector< YDEV_DESCR > & |
buffer, |
|
|
string & |
errmsg |
|
) |
| |
|
static |
u16 YapiWrapper::getAPIVersion |
( |
string & |
version, |
|
|
string & |
date |
|
) |
| |
|
static |
YDEV_DESCR YapiWrapper::getDevice |
( |
const string & |
device_str, |
|
|
string & |
errmsg |
|
) |
| |
|
static |
YFUN_DESCR YapiWrapper::getFunction |
( |
const string & |
class_str, |
|
|
const string & |
function_str, |
|
|
string & |
errmsg |
|
) |
| |
|
static |
YRETCODE YapiWrapper::getFunctionInfo |
( |
YFUN_DESCR |
fundesc, |
|
|
YDEV_DESCR & |
devdescr, |
|
|
string & |
serial, |
|
|
string & |
funcId, |
|
|
string & |
funcName, |
|
|
string & |
funcVal, |
|
|
string & |
errmsg |
|
) |
| |
|
static |
YRETCODE YapiWrapper::getFunctionInfoEx |
( |
YFUN_DESCR |
fundesc, |
|
|
YDEV_DESCR & |
devdescr, |
|
|
string & |
serial, |
|
|
string & |
funcId, |
|
|
string & |
baseType, |
|
|
string & |
funcName, |
|
|
string & |
funcVal, |
|
|
string & |
errmsg |
|
) |
| |
|
static |
int YapiWrapper::getFunctionsByClass |
( |
const string & |
class_str, |
|
|
YFUN_DESCR |
prevfundesc, |
|
|
vector< YFUN_DESCR > & |
buffer, |
|
|
int |
maxsize, |
|
|
string & |
errmsg |
|
) |
| |
|
static |
YRETCODE YapiWrapper::handleEvents |
( |
string & |
errmsg | ) |
|
|
static |
YRETCODE YapiWrapper::updateDeviceList |
( |
bool |
forceupdate, |
|
|
string & |
errmsg |
|
) |
| |
|
static |
string YapiWrapper::ysprintf |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: