Simple Module GenericPacketParser

Package: oversim.common
File: src/common/GenericPacketParser.ned

C++ definition

A message parser using the cMemCommBuffer to serialize cmessages

GenericPacketParser

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Properties:

Name Value Description
display i=block/wheelbarrow

Source code:

//
// A message parser using the cMemCommBuffer to serialize cmessages
//
simple GenericPacketParser like IPacketParser
{
    parameters:
        @display("i=block/wheelbarrow");
}