_MIOSource Struct Reference
MIO data source structure. More...
#include <mio.h>
Data Fields | |
| char * | spec |
| Source specifier. | |
| char * | name |
| Name of current source pointer. | |
| MIOType | vsp_type |
| Type of current source pointer. | |
| void * | vsp |
| Current source pointer. | |
| void * | cfg |
| Source configuration; passed by caller to init. | |
| void * | ctx |
| Source context; privately managed by the source. | |
| MIOSourceFn | next_source |
| Next source function - called to iterate the source. | |
| MIOSourceFn | close_source |
| Close source function - called to close the current source pointer. | |
| MIOSourceFreeFn | free_source |
| Free source function - called to free all source storage. | |
| gboolean | opened |
| TRUE if next_source has been called; i.e., vsp is valid. | |
| gboolean | active |
| TRUE if application's source open function has been called. | |
Detailed Description
MIO data source structure.
The documentation for this struct was generated from the following file: