|
Contiki 2.5
|
uDTN API More...
#include "contiki.h"Go to the source code of this file.
Data Structures | |
| struct | registration_api |
| Struct for service registration. More... | |
Variables | |
| process_event_t | dtn_application_registration_event |
| Event to register a Service. | |
| process_event_t | dtn_application_remove_event |
| Event to delete a registration of a Service. | |
| process_event_t | dtn_application_status_event |
| Event to chage a services state. | |
| process_event_t | dtn_send_bundle_event |
| Event to send a created bundle. | |
| process_event_t | submit_data_to_application_event |
| Event submit received bundles to a registered service. | |
| process_event_t | dtn_processing_finished |
| Event tell the agent that the service has finished processing a particular bundle. | |
| process_event_t | dtn_bundle_stored |
| Event tell the service, that the outgoing bundle has reached save grounds. | |
| process_event_t | dtn_bundle_store_failed |
| Event tell the service, that the outgoing bundle could not be saved. | |
uDTN API
Definition in file api.h.
1.8.3.1