CAEN Utility  2.0.2
Utilities for CAEN projects
include Directory Reference
Directory dependency graph for include:

Directories

directory  types
 

Files

file  CAENAllocator.h [code]
 
file  CAENExpressionEvaluator.h [code]
 Tools to compute the numeric result of a string.
 
file  CAENLinkedList.h [code]
 
file  CAENLogger.h [code]
 Logger implemented in C.
 
file  CAENMap.h [code]
 Hash table. Implementation from rxi's "map" project.
 
file  CAENMultiplatform.h [code]
 Generic wrappers to platform-dependent functions.
 
file  CAENRandom.h [code]
 Pseudo-random number generator implemented on MT19937.
 
file  CAENSerDes.h [code]
 TCP/IP CAEN protocol.
 
file  CAENSocket.h [code]
 TCP/IP functions.
 
file  CAENThread.h [code]
 Functions to handle threads, inspired to C11 threads.h.
 
file  CAENUrl.h [code]
 Utilities to parse a standard URL.
 
file  CAENUtility.h [code]
 Main header and generic tools.
 
file  CAENUtilityConfig.h [code]
 
file  CAENXMLParser.h [code]
 Tools to parse an XML file using libxml.