PX4 Firmware
PX4 Autopilot Software http://px4.io
test_int.cpp File Reference

Tests for integer types. More...

#include <unit_test.h>
#include <errno.h>
#include <fcntl.h>
#include <float.h>
#include <math.h>
#include <px4_platform_common/px4_config.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
Include dependency graph for test_int.cpp:

Go to the source code of this file.

Classes

union  test_32_64_t
 
class  IntTest
 

Detailed Description

Tests for integer types.

Definition in file test_int.cpp.