COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Namespaces | Macros | Variables
dmgr_packer.h File Reference
#include "dmgr.h"
#include <covise/covise.h>
Include dependency graph for dmgr_packer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  covise::PackBuffer
 
class  covise::Packer
 

Namespaces

 covise
 list of all chemical elements
 

Macros

#define MAX(a, b)   (((a) > (b)) ? (a) : (b))
 

Variables

const int covise::SIZEOF_IEEE_CHAR = 1
 
const int covise::SIZEOF_IEEE_SHORT = 2
 
const int covise::SIZEOF_IEEE_INT = 4
 
const int covise::SIZEOF_IEEE_LONG = 4
 
const int covise::SIZEOF_IEEE_FLOAT = 4
 
const int covise::SIZEOF_IEEE_DOUBLE = 8
 
const int covise::IOVEC_MIN_SIZE = 10000
 
const int covise::OBJECT_BUFFER_SIZE = 50000 * SIZEOF_ALIGNMENT
 
const int covise::IOVEC_MAX_LENGTH = 16
 
const int covise::MAX_INT_PER_DATA = MAX((sizeof(double) / sizeof(int)), 2)
 
const int covise::SIZE_PER_TYPE_ENTRY = sizeof(int) + MAX_INT_PER_DATA * sizeof(int)
 

Macro Definition Documentation

#define MAX (   a,
  b 
)    (((a) > (b)) ? (a) : (b))