DTNMA Reference Tools v2.1.0 - 13.gc5c0bac
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
Loading...
Searching...
No Matches
timeline.h File Reference
#include "exec_item.h"
#include "ctrl_exec_ctx.h"
#include "register.h"
#include <m-rbtree.h>
#include <sys/time.h>
+ Include dependency graph for timeline.h:
+ This graph shows which files directly or indirectly include this file:

Data Structures

struct  refda_timeline_exec_event_t
 
struct  refda_timeline_sbr_event_t
 
struct  refda_timeline_tbr_event_t
 
struct  refda_timeline_event_t
 

Macros

#define M_OPL_refda_timeline_event_t()   M_OPEXTEND(M_POD_OPLIST, CMP(API_6(refda_timeline_event_cmp)))
 M*LIB OPLIST for refda_timeline_event_t.
 

Typedefs

typedef struct refda_ctrl_exec_ctx_s refda_ctrl_exec_ctx_t
 

Functions

int refda_timeline_event_cmp (const refda_timeline_event_t *lt, const refda_timeline_event_t *rt)
 Compare timestamps of two events.
 

Macro Definition Documentation

◆ M_OPL_refda_timeline_event_t

#define M_OPL_refda_timeline_event_t ( )    M_OPEXTEND(M_POD_OPLIST, CMP(API_6(refda_timeline_event_cmp)))

M*LIB OPLIST for refda_timeline_event_t.

Typedef Documentation

◆ refda_ctrl_exec_ctx_t

typedef struct refda_ctrl_exec_ctx_s refda_ctrl_exec_ctx_t

Function Documentation

◆ refda_timeline_event_cmp()

int refda_timeline_event_cmp ( const refda_timeline_event_t lt,
const refda_timeline_event_t rt 
)

Compare timestamps of two events.

References refda_timeline_event_t::ts.