BeRTOS
|
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. |
Tags interface.
This module contains the base message definitions and the list of all available tags.
Definition in file dtag.h.
typedef const_iptr_t const_dval_t |