dtag.h File Reference
Tags interface. This module contains the base message definitions and the list of all available tags. 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.
- Version:
- Id
- dtag.h 840 2007-10-08 17:21:31Z marco
- Version:
- Id
- dtag.h 840 2007-10-08 17:21:31Z marco
Definition in file dtag.h.
Typedef Documentation
| typedef const_iptr_t const_dval_t |
