NAMD
ComputeConsForceMsgs.h
Go to the documentation of this file.
1 
7 #ifndef COMPUTECONSFORCEMSG_H
8 #define COMPUTECONSFORCEMSG_H
9 
10 #include "charm++.h"
11 
12 #include "NamdTypes.h"
13 #include "ComputeMgr.decl.h"
14 
15 class ComputeConsForceMsg : public CMessage_ComputeConsForceMsg {
16 public:
17  // data members
20 
21  // constructor and destructor
24 
25  // pack and unpack functions
26  static void* pack(ComputeConsForceMsg *msg);
27  static ComputeConsForceMsg* unpack(void *ptr);
28 };
29 
30 #endif
31 
static void * pack(ComputeConsForceMsg *msg)
static ComputeConsForceMsg * unpack(void *ptr)