Contiki 2.5
Functions
redundancy_basic.c File Reference

implementation of basic redundancy check module More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "lib/list.h"
#include "lib/memb.h"
#include "contiki.h"
#include "sys/ctimer.h"
#include "logging.h"
#include "sdnv.h"
#include "redundancy.h"
#include "bundle.h"
#include "agent.h"

Go to the source code of this file.

Functions

uint8_t redundancy_basic_check (uint32_t bundle_number)
 checks if bundle was delivered before More...
 
uint8_t redundancy_basic_set (uint32_t bundle_number)
 saves the bundle in a list of delivered bundles More...
 
void redundancy_basic_init (void)
 called by agent at startup
 

Detailed Description

implementation of basic redundancy check module

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

Definition in file redundancy_basic.c.