CAEN Utility  2.0.2
Utilities for CAEN projects
c_listnode_t Struct Reference

#include <CAENLinkedListTypes.h>

Collaboration diagram for c_listnode_t:

Data Fields

void * data
 
struct c_listnode_tnext
 
struct c_listnode_tprev
 

Detailed Description

Definition at line 52 of file CAENLinkedListTypes.h.

Field Documentation

◆ data

void* data

Definition at line 53 of file CAENLinkedListTypes.h.

◆ next

struct c_listnode_t* next

Definition at line 54 of file CAENLinkedListTypes.h.

◆ prev

struct c_listnode_t* prev

Definition at line 55 of file CAENLinkedListTypes.h.


The documentation for this struct was generated from the following file: