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.
|
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_image * | next |
FILE* loaded_image::file |
char* loaded_image::filename |
int loaded_image::h |
struct loaded_image* loaded_image::next |
SDL_RWops* loaded_image::ops |
unsigned char loaded_image::pending_free |
unsigned int loaded_image::ref_count |
float loaded_image::scale |
SDL_Surface* loaded_image::surf |
SDL_Texture* loaded_image::tex |
int loaded_image::w |