|
Contiki 2.5
|
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 | |
implementation of basic redundancy check module
Definition in file redundancy_basic.c.
1.8.3.1