ATmega8GPSLoggerBasismodul  20131018
afile Struct Reference

#include <fat16.h>

Data Fields

unsigned long start_cluster
 
unsigned long cluster_pointer
 
unsigned char sector_index
 
unsigned int byte_index
 
unsigned char mode
 
unsigned long filesize
 
unsigned long fileposition
 
unsigned long sector_in_buffer
 
unsigned long directory_sector
 
unsigned char directory_index
 
unsigned char attribute
 

Detailed Description

Definition at line 10 of file fat16.h.

Field Documentation

unsigned char afile::attribute

Definition at line 22 of file fat16.h.

Referenced by fclose_(), fopen_(), ScanSubDirectories(), and SeekDirectoryEntry().

unsigned int afile::byte_index

Definition at line 15 of file fat16.h.

Referenced by fclose_(), fflush_(), fgetchar_(), fopen_(), fputchar_(), and fseek_().

unsigned long afile::cluster_pointer
unsigned char afile::directory_index

Definition at line 21 of file fat16.h.

Referenced by CreateDirectoryEntry(), fclose_(), fflush_(), fopen_(), and SeekDirectoryEntry().

unsigned long afile::directory_sector

Definition at line 20 of file fat16.h.

Referenced by CreateDirectoryEntry(), fclose_(), fflush_(), fopen_(), and SeekDirectoryEntry().

unsigned long afile::fileposition

Definition at line 18 of file fat16.h.

Referenced by fclose_(), fopen_(), fputchar_(), and fseek_().

unsigned long afile::filesize

Definition at line 17 of file fat16.h.

Referenced by fclose_(), fflush_(), fgetchar_(), fopen_(), fputchar_(), fseek_(), and SeekDirectoryEntry().

unsigned char afile::mode

Definition at line 16 of file fat16.h.

Referenced by fclose_(), fflush_(), and fopen_().

unsigned long afile::sector_in_buffer

Definition at line 19 of file fat16.h.

Referenced by fclose_(), fgetchar_(), FindNextFreeCluster(), fopen_(), and GetNextCluster().

unsigned char afile::sector_index

Definition at line 14 of file fat16.h.

Referenced by fclose_(), fflush_(), fgetchar_(), fopen_(), fputchar_(), and fseek_().

unsigned long afile::start_cluster

Definition at line 12 of file fat16.h.

Referenced by fclose_(), fopen_(), fseek_(), and SeekDirectoryEntry().


The documentation for this struct was generated from the following file: