Go to the documentation of this file.
   11 #define MSGC_VERSION 0x0402 
   12 #if (MSGC_VERSION!=OMNETPP_VERSION) 
   13 #    error Version mismatch! Probably this file was generated by an earlier version of opp_msgc: 'make clean' should help. 
   20 #define SIMMUD_MOVE_L(msg) ( NODEHANDLE_L + 2*sizeof(double) + 8 ) 
   68     virtual void setPosX(
double posX);
 
   70     virtual void setPosY(
double posY);
 
   81 #endif // _SIMMUD_M_H_