GitOS
Operating system exercise
|
#include <stdint-gcc.h>
Go to the source code of this file.
Data Structures | |
class | BMPFile |
Variables | |
char | signature [2] |
uint32_t | file_size |
uint32_t | reserved |
uint32_t | offset |
uint32_t | size |
uint32_t | width |
uint32_t | height |
uint16_t | planes |
uint16_t | bit_count |
uint32_t | compression |
uint32_t | image_size |
uint32_t | x_pixels_per_meter |
uint32_t | y_pixels_per_meter |
uint32_t | colors_used |
uint32_t | colors_important |
uint16_t bit_count |
uint32_t colors_important |
uint32_t colors_used |
uint32_t compression |
uint32_t file_size |
uint32_t height |
uint32_t image_size |
uint32_t offset |
uint16_t planes |
uint32_t reserved |
char signature[2] |
uint32_t size |
uint32_t width |
uint32_t x_pixels_per_meter |
uint32_t y_pixels_per_meter |