11 #define MSGC_VERSION 0x0403
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.
21 namespace TTEthernetModel {
83 PCFrame(
const char *name=NULL,
int kind=0);
100 virtual uint8_t
getType()
const;
101 virtual void setType(uint8_t type);
113 #endif // _PCFRAME_M_H_