_VlFileMeta Struct Reference
#include <generic-driver.h>
Detailed Description
For internal use only.
This file contains support code which is shared by the command line drivers. File meta information
Definition at line 27 of file generic-driver.h.
Data Fields | |
vl_bool | active |
char | pattern [1024] |
int | protocol |
char | name [1024] |
FILE * | file |
Field Documentation
Is the file active?
Definition at line 29 of file generic-driver.h.
char _VlFileMeta::pattern[1024] |
File name pattern
Definition at line 30 of file generic-driver.h.
File protocol
Definition at line 31 of file generic-driver.h.
char _VlFileMeta::name[1024] |
FILE* _VlFileMeta::file |
Current file stream
Definition at line 34 of file generic-driver.h.
The documentation for this struct was generated from the following file: