Go to the documentation of this file.
    5 #ifndef _BROOSEMESSAGE_M_H_ 
    6 #define _BROOSEMESSAGE_M_H_ 
   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. 
   17 #include <IPvXAddress.h> 
   30 #define BUCKETCALL_L(msg) (BASECALL_L(msg) + INDEX_L + BUCKETTYPE_L + PROTOSTATE_L) 
   31 #define BUCKETRESPONSE_L(msg) (BASERESPONSE_L(msg) + NODENUM_L \ 
   32                                + msg->getNodesArraySize() * NODEHANDLE_L) 
   33 #define BROOSEFINDNODEEXTMESSAGE_L (KEY_L + STEP_L + RIGHTSHIFTING_L + NODEHANDLE_L) 
  102     BucketCall(
const char *name=NULL, 
int kind=0);
 
  207     virtual void setStep(
int step);
 
  221 #endif // _BROOSEMESSAGE_M_H_