Example program illustrating use of the NS_FATAL error handlers. More...
#include "ns3/fatal-error.h"#include "ns3/assert.h"#include "ns3/simulator.h"#include <iostream>
Include dependency graph for fatal-example.cc:Go to the source code of this file.
Functions | |
| void | Fatal (void) |
| void | FatalCont (void) |
| void | FatalNoMsg (void) |
Example program illustrating use of the NS_FATAL error handlers.
Definition in file fatal-example.cc.
| void Fatal | ( | void | ) |
Definition at line 53 of file fatal-example.cc.
References NS_FATAL_ERROR.
| void FatalCont | ( | void | ) |
Definition at line 45 of file fatal-example.cc.
References NS_FATAL_ERROR_CONT.
| void FatalNoMsg | ( | void | ) |
Definition at line 37 of file fatal-example.cc.
References NS_FATAL_ERROR_NO_MSG_CONT.