|
Contiki 2.5
|
Go to the source code of this file.
Data Structures | |
| struct | status_report_t |
| The structure of a status report as part of an administrative record. More... | |
| struct | status_report_driver |
| interface for status report modules More... | |
Macros | |
| #define | STATUSREPORT statusreport_basic |
| Which status-report driver are we going to use? | |
| #define | NODE_RECEIVED_BUNDLE (0x01) |
| The status flags for the status report. | |
| #define | NO_ADDITIONAL_INFORMATION (0x00) |
| The reasons for the status report. | |
Functions | |
| int | statusreport_encode (status_report_t *report, uint8_t *buffer, uint8_t length) |
| Encode a bundle status report from the struct to a flat buffer. More... | |
Definition in file statusreport.h.
1.8.3.1