libopm
0.1
|
#include <opm.h>
Data Fields | |
OPM_CONFIG_T * | config |
OPM_LIST_T * | queue |
OPM_LIST_T * | scans |
OPM_LIST_T * | protocols |
unsigned int | fd_use |
OPM_CALLBACK_T * | callbacks |
OPM_CONFIG_T* _OPM::config |
OPM_LIST_T* _OPM::queue |
Referenced by opm_active(), opm_create(), opm_cycle(), opm_end(), opm_free(), and opm_scan().
OPM_LIST_T* _OPM::scans |
Referenced by opm_active(), opm_create(), opm_cycle(), opm_endscan(), and opm_free().
OPM_LIST_T* _OPM::protocols |
Referenced by opm_active(), opm_addtype(), opm_create(), opm_free(), and opm_scan().
unsigned int _OPM::fd_use |
Referenced by opm_create(), and opm_cycle().
OPM_CALLBACK_T* _OPM::callbacks |
Referenced by opm_callback(), opm_create(), opm_cycle(), and opm_free().