Avionics
Core avionics package for CURE flight computers
Loading...
Searching...
No Matches
File32 Struct Reference

#include <spi_mock.h>

Collaboration diagram for File32:
Collaboration graph

Public Member Functions

bool open (const char *, int)
void close ()
bool exists (const char *)
int write (const void *, size_t n)
void sync ()
template<typename T>
void print (const T &)
template<typename T>
void println (const T &)
bool preAllocate (uint32_t)
 operator bool () const

Detailed Description

Definition at line 74 of file spi_mock.h.

Member Function Documentation

◆ close()

void File32::close ( )
inline

Definition at line 76 of file spi_mock.h.

◆ exists()

bool File32::exists ( const char * )
inline

Definition at line 77 of file spi_mock.h.

◆ open()

bool File32::open ( const char * ,
int  )
inline

Definition at line 75 of file spi_mock.h.

◆ operator bool()

File32::operator bool ( ) const
inlineexplicit

Definition at line 89 of file spi_mock.h.

◆ preAllocate()

bool File32::preAllocate ( uint32_t )
inline

Definition at line 86 of file spi_mock.h.

◆ print()

template<typename T>
void File32::print ( const T & )
inline

Definition at line 83 of file spi_mock.h.

◆ println()

template<typename T>
void File32::println ( const T & )
inline

Definition at line 84 of file spi_mock.h.

◆ sync()

void File32::sync ( )
inline

Definition at line 81 of file spi_mock.h.

◆ write()

int File32::write ( const void * ,
size_t n )
inline

Definition at line 80 of file spi_mock.h.


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