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.
line_data Struct Reference

Public Attributes

signed short x1
 
signed short y1
 
signed short x2
 
signed short y2
 
unsigned char thickness
 
unsigned int colour
 

Member Data Documentation

◆ colour

unsigned int line_data::colour

◆ thickness

unsigned char line_data::thickness

◆ x1

signed short line_data::x1

◆ x2

signed short line_data::x2

◆ y1

signed short line_data::y1

◆ y2

signed short line_data::y2

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