Contiki 2.5
Data Structures | Macros | Functions
statusreport.h File Reference
#include <stdint.h>
#include "contiki.h"
#include "mmem.h"
#include "bundle.h"

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...
 

Detailed Description

Author
Georg von Zengen vonze.nosp@m.ng@i.nosp@m.br.cs.nosp@m..tu-.nosp@m.bs.de
Wolf-Bastian Pšttner poett.nosp@m.ner@.nosp@m.ibr.c.nosp@m.s.tu.nosp@m.-bs.d.nosp@m.e

Definition in file statusreport.h.