NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
Miscellaneous NBC/NXC constants

Miscellaneous constants for use in NBC and NXC. More...

Modules

 Data type limits
 Constants that define various data type limits.
 
 Floating point min/max constants
 Floating point minimum and maximum positive and negative values.
 
 Property constants
 Use these constants for specifying the property for the GetProperty and SetProperty direct commands.
 
 Type aliases
 Short type aliases indicating signed/unsigned and bit count for each type.
 
 Variable type constants
 Use these constants for testing a variable type.
 

Macros

#define TRUE   1
 
#define FALSE   0
 
#define NA   0xFFFF
 
#define PI   3.141593
 
#define RADIANS_PER_DEGREE   PI/180
 
#define DEGREES_PER_RADIAN   180/PI
 

Detailed Description

Miscellaneous constants for use in NBC and NXC.