BeRTOS
Data Structures | Defines | Typedefs | Enumerations
dtag.h File Reference

Tags interface. More...

#include <cfg/macros.h>

Go to the source code of this file.

Data Structures

struct  DTagItem
 This is the basic message structure used by all dnotifiers. More...

Defines

#define TAG_END_MARKER   {{TAG_END, 0}, {TAG_END, 0}}
 Marker to indicate the end of a map for message filtering/translating.

Typedefs

typedef iptr_t dval_t
 Type for values associated with tags.
typedef const_iptr_t const_dval_t
 Type for constant values associated with tags.

Enumerations

enum  dtag_t
 Type for tag.

Detailed Description

Tags interface.

This module contains the base message definitions and the list of all available tags.

Author:
Bernie Innocenti <bernie@codewiz.org>
Francesco Sacchi <batt@develer.com>

Definition in file dtag.h.


Typedef Documentation

Type for constant values associated with tags.

Definition at line 83 of file dtag.h.

typedef iptr_t dval_t

Type for values associated with tags.

Definition at line 80 of file dtag.h.