FreeRTOS Emulator with SDL2 Based Graphics and Input Library  1.0
A POSIX wrapper to run FreeRTOS on an x86 machine with some basic input and output libraries aimed at making teaching FreeRTOS simpler.
loaded_image Struct Reference

Public Attributes

char * filename
 
FILE * file
 
SDL_Texture * tex
 
SDL_RWops * ops
 
SDL_Surface * surf
 
int w
 
int h
 
float scale
 
unsigned int ref_count
 
unsigned char pending_free
 
struct loaded_imagenext
 

Member Data Documentation

◆ file

FILE* loaded_image::file

◆ filename

char* loaded_image::filename

◆ h

int loaded_image::h

◆ next

struct loaded_image* loaded_image::next

◆ ops

SDL_RWops* loaded_image::ops

◆ pending_free

unsigned char loaded_image::pending_free

◆ ref_count

unsigned int loaded_image::ref_count

◆ scale

float loaded_image::scale

◆ surf

SDL_Surface* loaded_image::surf

◆ tex

SDL_Texture* loaded_image::tex

◆ w

int loaded_image::w

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