Public Attributes | |
| char | path [256] |
| ngcb_thread_t | thid |
| ngcb_sema_t | semFileInit |
| ngcb_sema_t | semFile |
| ngcb_sema_t | semFileQueue |
| int | bufIdx [ngcppFILE_QUEUE_SIZE] |
| int | dptr |
| int | optr |
| ngcppFRAME * | frame [ngcppFILE_QUEUE_SIZE] |
File service structure
| int ngcpp_file_t::bufIdx[ngcppFILE_QUEUE_SIZE] |
| int ngcpp_file_t::dptr |
| ngcppFRAME* ngcpp_file_t::frame[ngcppFILE_QUEUE_SIZE] |
| int ngcpp_file_t::optr |
| char ngcpp_file_t::path[256] |
| ngcb_sema_t ngcpp_file_t::semFile |
| ngcb_sema_t ngcpp_file_t::semFileInit |
| ngcb_sema_t ngcpp_file_t::semFileQueue |
| ngcb_thread_t ngcpp_file_t::thid |