getSimulationOutput
Output& getSimulationOutput() const;
Get the instance of the simulation output object that the SST Core is using.
Parameters
- returns (Output) The instance of the simulation output object that SST Core is using
Example
getSimulationOutput().output("This port module received an event\n");
Header
#include <sst/core/portModule.h>