18 #include <argos3/core/config.h>
36 #ifdef ARGOS_USE_DOUBLE
52 inline std::ostream&
operator<<(std::ostream& c_os,
const SInt8 n_value) {
53 c_os << static_cast<signed int>(n_value);
66 inline std::ostream&
operator<<(std::ostream& c_os,
const UInt8 un_value) {
67 c_os << static_cast<unsigned int>(un_value);
84 typedef signed long int SInt32;
88 typedef unsigned long int UInt32;
signed int SInt32
32-bit signed integer.
unsigned int UInt32
32-bit unsigned integer.
signed short SInt16
16-bit signed integer.
unsigned char UInt8
8-bit unsigned integer.
signed long long SInt64
64-bit signed integer.
unsigned long long UInt64
64-bit unsigned integer.
float Real
Collects all ARGoS code.
unsigned short UInt16
16-bit unsigned integer.
signed char SInt8
8-bit signed integer.
The namespace containing all the ARGoS related code.
std::ostream & operator<<(std::ostream &c_os, const CByteArray &c_byte_array)