#include <generic-driver.h>
Data Fields | |
| vl_bool | active |
| char | pattern [1024] |
| int | protocol |
| char | name [1024] |
| FILE * | file |
For internal use only.
This file contains support code which is shared by the command line drivers. File meta information
Is the file active?
| char _VlFileMeta::pattern[1024] |
File name pattern
File protocol
| char _VlFileMeta::name[1024] |
Current file name
| FILE* _VlFileMeta::file |
Current file stream
1.5.4