SyDEVS  v0.7
Simulation-based analysis of complex systems involving people, devices, physical elements, and dynamic environments.
number_types.h File Reference
#include <stdint.h>
#include <limits>
#include <stdexcept>

Go to the source code of this file.

Namespaces

 sydevs
 

Macros

#define SYDEVS_NUMBER_TYPES_H_
 

Typedefs

using sydevs::int8 = int8_t
 
using sydevs::int16 = int16_t
 
using sydevs::int32 = int32_t
 
using sydevs::int64 = int64_t
 
using sydevs::uint8 = uint8_t
 
using sydevs::uint16 = uint16_t
 
using sydevs::uint32 = uint32_t
 
using sydevs::uint64 = uint64_t
 
using sydevs::float32 = float
 
using sydevs::float64 = double
 

Variables

const float64 sydevs::pi = 3.14159265358979323846
 

Macro Definition Documentation

◆ SYDEVS_NUMBER_TYPES_H_

#define SYDEVS_NUMBER_TYPES_H_