Elara Spacecraft
Source code & API documentation for Elara spacecraft system computers
Loading...
Searching...
No Matches
types.hpp
Go to the documentation of this file.
1#pragma once
2
3typedef unsigned char uint8_t;
4typedef unsigned short uint16_t;
5typedef unsigned int uint32_t;
6typedef unsigned long long uint64_t;
unsigned short uint16_t
Definition types.hpp:4
unsigned int uint32_t
Definition types.hpp:5
unsigned long long uint64_t
Definition types.hpp:6
unsigned char uint8_t
Definition types.hpp:3