Artemis Teensy Flight Software
The software on the Teensy in the Artemis cubesat.
configCosmosKernel.h File Reference

Headers and definitions common to all COSMOS Kernel. More...

#include <climits>
#include <csignal>
#include <cstdint>
#include <cinttypes>
#include <cstdio>
#include <cstddef>
#include <cstdlib>
#include <cerrno>
#include <cstring>
#include <cmath>
#include <fstream>
#include <iosfwd>
#include <iostream>
#include <sstream>
#include <regex>
#include <iomanip>
#include <unistd.h>
#include <fcntl.h>
#include <limits>
#include <string>
#include <vector>
#include <stack>
#include <deque>
#include <queue>
#include <unordered_map>
#include <list>
#include "support/cosmos-defs.h"

Go to the source code of this file.

Macros

#define _CRT_SECURE_NO_DEPRECATE
 
#define _USE_MATH_DEFINES
 
#define COSMOS_SIZEOF(element)   (reinterpret_cast<ptrdiff_t>(((element*)0)+1))
 

Detailed Description

Headers and definitions common to all COSMOS Kernel.