Public Attributes | Static Public Attributes | List of all members
TestFloat64 Class Reference
Inheritance diagram for TestFloat64:
Inheritance graph
[legend]

Public Attributes

union {
   unsigned char   buffer [8]
 
   double   val
 
}; 
 

Static Public Attributes

static const double cases []
 
static const int num_cases = sizeof(TestFloat64::cases) / sizeof(double)
 

Detailed Description

Definition at line 5 of file float64_test.cpp.

Member Data Documentation

◆ @1

union { ... }

◆ buffer

unsigned char TestFloat64::buffer[8]

Definition at line 11 of file float64_test.cpp.

◆ cases

const double TestFloat64::cases
static
Initial value:
=
{
0.0, 10.0, 15642.1, -50.2, 0.0001, -0.321,
123456.789, -987.654321, 3.4e38, -3.4e38,
0.0, -0.0, 0.1, -0.1,
M_PI, -M_PI, 123456.789, -123456.789,
INFINITY, -INFINITY, NAN, INFINITY - INFINITY,
1e38, -1e38, 1e39, -1e39,
1e-38, -1e-38, 1e-39, -1e-39,
3.14159e-37,-3.14159e-37, 3.14159e-43, -3.14159e-43,
1e-60, -1e-60, 1e-45, -1e-45,
0.99999999999999, -0.99999999999999, 127.999999999999, -127.999999999999
}

Definition at line 14 of file float64_test.cpp.

◆ num_cases

const int TestFloat64::num_cases = sizeof(TestFloat64::cases) / sizeof(double)
static

Definition at line 15 of file float64_test.cpp.

◆ val

double TestFloat64::val

Definition at line 10 of file float64_test.cpp.


The documentation for this class was generated from the following file:


rosserial_client
Author(s): Michael Ferguson, Adam Stambler
autogenerated on Wed Mar 2 2022 00:58:01