Modules | Defines
Common definitions
Collaboration diagram for Common definitions:

Modules

 Integer types

Defines

#define MAX(x, y)   (((x) > (y)) ? (x) : (y))
#define MIN(x, y)   (((x) < (y)) ? (x) : (y))

Detailed Description

Common definitions used throughout the library.


Define Documentation

#define MAX (   x,
 
)    (((x) > (y)) ? (x) : (y))

Definition at line 22 of file common.h.

#define MIN (   x,
 
)    (((x) < (y)) ? (x) : (y))

Definition at line 21 of file common.h.



swiftnav
Author(s):
autogenerated on Sat Jun 8 2019 18:57:01