CMUcam4 Arduino Interface Library  For Firmware Versions 1.00 - 1.03
Application Programmable Interface Online Documentation
 All Classes Files Functions Variables Macros Pages
Public Attributes
CMUcam4_disk_space_t Struct Reference

Disk space data structure. More...

#include <CMUcam4.h>

List of all members.

Public Attributes

unsigned long freeSectorCount
 Count of free sectors.
unsigned long usedSectorCount
 Count of used sectors.

Detailed Description

Disk space data structure.

Member relationships:
diskSize = bytesPerSector * (freeSectorCount + usedSectorCount)
countOfDataSectors = (freeSectorCount + usedSectorCount)
See also:
CMUcam4::diskSpace()

Definition at line 1024 of file CMUcam4.h.


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