Go to the source code of this file.
Macros | |
| #define | LE_PRINT_VALUE(formatSpec, value) LE_DEBUG( STRINGIZE(value) "=" formatSpec, value) |
| #define | LE_PRINT_VALUE_IF(condition, formatSpec, value) |
| #define | LE_PRINT_ARRAY(formatSpec, size, array) |
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
| #define LE_PRINT_ARRAY | ( | formatSpec, | |
| size, | |||
| array | |||
| ) |
Print a single value using specified format.
| formatSpec | LE_DEBUG format; must be a string literal |
| value | Variable name; must not be a literal |
| #define LE_PRINT_VALUE_IF | ( | condition, | |
| formatSpec, | |||
| value | |||
| ) |
Print a single value using specified format, if condition is met.
| condition | Boolean |
| formatSpec | LE_DEBUG format; must be a string literal |
| value | Variable name; must not be a literal |