COSA
An Object-Oriented Platform for Arduino Programming
FAT16.cpp File Reference
#include "FAT16.hh"
Include dependency graph for FAT16.cpp:

Go to the source code of this file.

Functions

IOStreamoperator<< (IOStream &outs, FAT16::date_t &date)
 
IOStreamoperator<< (IOStream &outs, FAT16::time_t &time)
 

Function Documentation

IOStream& operator<< ( IOStream outs,
FAT16::date_t date 
)

Output stream operator for FAT date value

Definition at line 638 of file FAT16.cpp.

IOStream& operator<< ( IOStream outs,
FAT16::time_t time 
)

Output stream operator for FAT time value

Definition at line 651 of file FAT16.cpp.