FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
Read_And_Process_File::FileTypeReaderSelector Struct Reference

Describes magic numbers needed to identify a file's type and the routine capable of decoding a file's contents. More...

#include <read_file.hpp>

Public Attributes

ReadDataFP readInterfaceRoutine
 
char fileTypeDescription [24]
 
enum ReadModes modeToSelect
 
uint16_t initialBytesToMatchMask
 
unsigned char bytesToMatch [16]
 

Detailed Description

Describes magic numbers needed to identify a file's type and the routine capable of decoding a file's contents.

Member Data Documentation

◆ bytesToMatch

unsigned char Read_And_Process_File::FileTypeReaderSelector::bytesToMatch[16]

◆ fileTypeDescription

char Read_And_Process_File::FileTypeReaderSelector::fileTypeDescription[24]

◆ initialBytesToMatchMask

uint16_t Read_And_Process_File::FileTypeReaderSelector::initialBytesToMatchMask

◆ modeToSelect

enum ReadModes Read_And_Process_File::FileTypeReaderSelector::modeToSelect

◆ readInterfaceRoutine

ReadDataFP Read_And_Process_File::FileTypeReaderSelector::readInterfaceRoutine

The documentation for this struct was generated from the following file:
Generated: Tue Jul 28 2020 16:03:27
Support Information