A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
fatal-example.cc File Reference
#include "ns3/assert.h"
#include "ns3/fatal-error.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 ()
 Triggers a fatal error with message, and terminating.
 
void FatalCont ()
 Triggers a fatal error with an error message, deferring termination.
 
void FatalNoMsg ()
 Triggers a fatal error without message, deferring termination.