COSA
An Object-Oriented Platform for Arduino Programming
CFFS::descr_t Struct Reference

#include <CFFS.hh>

Collaboration diagram for CFFS::descr_t:
Collaboration graph

Public Attributes

uint16_t type
 Type of file and entry state. More...
 
uint32_t size
 Number of bytes (including header). More...
 
uint32_t ref
 Reference value (pointer). More...
 
char name [FILENAME_MAX]
 Printable name of object(zero terminated). More...
 

Detailed Description

CFFS object descriptor.

Definition at line 44 of file CFFS.hh.

Member Data Documentation

char CFFS::descr_t::name[FILENAME_MAX]

Printable name of object(zero terminated).

Definition at line 48 of file CFFS.hh.

uint32_t CFFS::descr_t::ref

Reference value (pointer).

Definition at line 47 of file CFFS.hh.

uint32_t CFFS::descr_t::size

Number of bytes (including header).

Definition at line 46 of file CFFS.hh.

uint16_t CFFS::descr_t::type

Type of file and entry state.

Definition at line 45 of file CFFS.hh.


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