#include <capi20.h>
#include <string>
#include <map>
#include <vector>
#include "capiexception.h"
Go to the source code of this file.
Classes | |
class | Capi |
Main Class for communication with CAPI. More... | |
class | Capi::CardProfileT |
type for storing controller profiles More... | |
Functions | |
void * | capi_exec_handler (void *args) |
Thread exec handler for Capi class. |
|
Thread exec handler for Capi class. This is a handler which will call this->run() for the use in pthread_create(). |