Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

ComputeMap.C File Reference

#include <stdlib.h>
#include <stdio.h>
#include "InfoStream.h"
#include "ComputeMap.h"
#include "Compute.h"
#include "ObjectArena.h"
#include "charm++.h"
#include "Debug.h"

Go to the source code of this file.

Defines

#define MIN_DEBUG_LEVEL   4
#define PACK(type, data)   { memcpy(b, &data, sizeof(type)); b += sizeof(type); }
#define UNPACK(type, data)   { memcpy(&data, b, sizeof(type)); b += sizeof(type); }


Define Documentation

#define MIN_DEBUG_LEVEL   4
 

Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.

Definition at line 17 of file ComputeMap.C.

#define PACK type,
data   )     { memcpy(b, &data, sizeof(type)); b += sizeof(type); }
 

Definition at line 62 of file ComputeMap.C.

Referenced by PatchMap::pack(), and ComputeMap::pack().

#define UNPACK type,
data   )     { memcpy(&data, b, sizeof(type)); b += sizeof(type); }
 

Definition at line 96 of file ComputeMap.C.

Referenced by PatchMap::unpack(), and ComputeMap::unpack().


Generated on Sat Oct 11 04:07:43 2008 for NAMD by  doxygen 1.3.9.1