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.
typedef enum dtag_t dtag_t
 Type for tag.
typedef struct DTagItem DTagItem
 This is the basic message structure used by all dnotifiers.

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 2506 2009-04-15 08:29:07Z duplo
Version:
Id
dtag.h 2506 2009-04-15 08:29:07Z duplo
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 85 of file dtag.h.

typedef struct DTagItem DTagItem

This is the basic message structure used by all dnotifiers.

typedef iptr_t dval_t

Type for values associated with tags.

Definition at line 82 of file dtag.h.