_snd_config Struct Reference

Collaboration diagram for _snd_config:

Collaboration graph
[legend]

Data Fields

char * id
snd_config_type_t type
union {
   long   integer
   long long   integer64
   char *   string
   double   real
   const void *   ptr
   struct {
      list_head   fields
      int   join
   }   compound
u
list_head list
snd_config_t * father
int hop

Detailed Description

Definition at line 427 of file conf.c.


Field Documentation

char* _snd_config::id

Definition at line 428 of file conf.c.

snd_config_type_t _snd_config::type

Definition at line 429 of file conf.c.

long _snd_config::integer

Definition at line 431 of file conf.c.

long long _snd_config::integer64

Definition at line 432 of file conf.c.

char* _snd_config::string

Definition at line 433 of file conf.c.

double _snd_config::real

Definition at line 434 of file conf.c.

const void* _snd_config::ptr

Definition at line 435 of file conf.c.

struct list_head _snd_config::fields

Definition at line 437 of file conf.c.

int _snd_config::join

Definition at line 438 of file conf.c.

struct { ... } _snd_config::compound

union { ... } _snd_config::u

struct list_head _snd_config::list

Definition at line 441 of file conf.c.

snd_config_t* _snd_config::father

Definition at line 442 of file conf.c.

int _snd_config::hop

Definition at line 443 of file conf.c.


The documentation for this struct was generated from the following file:
Generated on Fri Nov 28 00:08:41 2008 for elphel by  doxygen 1.5.1