#include <Ipv4NetworkLayer.h>
◆ refreshDisplay()
| void inet::Ipv4NetworkLayer::refreshDisplay |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ resolveDirective()
| const char * inet::Ipv4NetworkLayer::resolveDirective |
( |
char |
directive | ) |
const |
|
overrideprotectedvirtual |
Implements inet::StringFormat::IDirectiveResolver.
31 static std::string result;
34 result = getSubmodule(
"ip")->getDisplayString().getTagArg(
"t", 0);
37 throw cRuntimeError(
"Unknown directive: %c", directive);
39 return result.c_str();
◆ updateDisplayString()
| void inet::Ipv4NetworkLayer::updateDisplayString |
( |
| ) |
const |
|
protectedvirtual |
23 if (getEnvir()->isGUI()) {
25 getDisplayString().setTagArg(
"t", 0, text);
Referenced by refreshDisplay().
The documentation for this class was generated from the following files: