|
embedded-software
reusable software modules for embedded systems
|

Data Structures | |
| struct | test_t |
Macros | |
| #define | NUMBER_TESTS 8 |
Functions | |
| bool | this_test_passes () |
| bool | this_test_fails () |
| bool | buffer_init () |
| bool | buffer_init_enqueue () |
| bool | buffer_init_enqueue_dequeue () |
| void | buffer_callback (buffer_t *buf) |
| bool | buffer_init_enqueue_callback () |
| bool | buffer_init_enqueue_callback_clear_callback () |
| bool | buffer_init_enqueue_data () |
| int | main (int argc, char *argv[]) |
Variables | |
| bool | this_gets_set_to_true_by_buffer_callback = false |
| #define NUMBER_TESTS 8 |
| void buffer_callback | ( | buffer_t * | buf | ) |

| bool buffer_init | ( | ) |


| bool buffer_init_enqueue | ( | ) |


| bool buffer_init_enqueue_callback | ( | ) |


| bool buffer_init_enqueue_callback_clear_callback | ( | ) |


| bool buffer_init_enqueue_data | ( | ) |


| bool buffer_init_enqueue_dequeue | ( | ) |


| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |

| bool this_test_fails | ( | ) |

| bool this_test_passes | ( | ) |

| bool this_gets_set_to_true_by_buffer_callback = false |