Definitions, constants. More...
Go to the source code of this file.
Namespaces | |
| namespace | base |
Library of base code. | |
| namespace | base::defs |
Defines | |
| #define | KILOBYTE (1024u) |
| #define | MEGABYTE (1048576u) |
| #define | GIGABYTE (1073741824u) |
| #define | THOUSAND (1000) |
| #define | MILLION (1000000) |
| #define | CHAR_LF '\n' |
| #define | CHAR_CR '\r' |
| #define | ILLEGAL_PTR ((void*)13) |
| an unlucky address in the faulty zero page | |
Variables | |
| const bool | base::defs::DISABLE = false |
| const bool | base::defs::ENABLE = true |
| const bool | base::defs::FORCE = true |
| const uint | base::defs::MAX_ELEMS = 128 * (1048576u) |
| maximum array elements | |
Definitions, constants.
| #define CHAR_CR '\r' |
| #define CHAR_LF '\n' |
| #define GIGABYTE (1073741824u) |
| #define ILLEGAL_PTR ((void*)13) |
an unlucky address in the faulty zero page
ILLEGAL_PTR is a non-zero value for initializing/asserting pointers that normally can hold either a non-NULL or NULL address.
| #define KILOBYTE (1024u) |
| #define MEGABYTE (1048576u) |
| #define MILLION (1000000) |
| #define THOUSAND (1000) |
Palomino Flight Simulator documents generated by doxygen 1.7.1 on Tue May 15 2012 22:40:10