A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
omnet-data-output.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2008 Drexel University
3
*
4
* This program is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License version 2 as
6
* published by the Free Software Foundation;
7
*
8
* This program is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU General Public License for more details.
12
*
13
* You should have received a copy of the GNU General Public License
14
* along with this program; if not, write to the Free Software
15
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16
*
17
* Author: Joe Kopena (tjkopena@cs.drexel.edu)
18
*/
19
20
#ifndef OMNET_DATA_OUTPUT_H
21
#define OMNET_DATA_OUTPUT_H
22
23
#include "
data-output-interface.h
"
24
25
#include "ns3/nstime.h"
26
27
namespace
ns3
28
{
29
30
//------------------------------------------------------------
31
//--------------------------------------------
38
class
OmnetDataOutput
:
public
DataOutputInterface
39
{
40
public
:
41
OmnetDataOutput
();
42
~OmnetDataOutput
()
override
;
43
48
static
TypeId
GetTypeId
();
49
50
void
Output
(
DataCollector
& dc)
override
;
51
52
protected
:
53
void
DoDispose
()
override
;
54
55
private
:
61
class
OmnetOutputCallback
:
public
DataOutputCallback
62
{
63
public
:
68
OmnetOutputCallback
(std::ostream* scalar);
69
76
void
OutputStatistic
(std::string context,
77
std::string name,
78
const
StatisticalSummary
* statSum)
override
;
79
86
void
OutputSingleton
(std::string context, std::string name,
int
val)
override
;
87
94
void
OutputSingleton
(std::string context, std::string name, uint32_t val)
override
;
95
102
void
OutputSingleton
(std::string context, std::string name,
double
val)
override
;
103
110
void
OutputSingleton
(std::string context, std::string name, std::string val)
override
;
111
118
void
OutputSingleton
(std::string context, std::string name,
Time
val)
override
;
119
120
private
:
121
std::ostream*
m_scalar
;
122
// end class OmnetOutputCallback
123
};
124
125
// end class OmnetDataOutput
126
};
127
128
// end namespace ns3
129
};
// namespace ns3
130
131
#endif
/* OMNET_DATA_OUTPUT_H */
ns3::DataCollector
Collects data.
Definition:
data-collector.h:50
ns3::DataOutputCallback
Callback class for the DataOutput classes.
Definition:
data-output-interface.h:84
ns3::DataOutputInterface
Abstract Data Output Interface class s.
Definition:
data-output-interface.h:41
ns3::OmnetDataOutput::OmnetOutputCallback
Class to generate OMNeT output.
Definition:
omnet-data-output.h:62
ns3::OmnetDataOutput::OmnetOutputCallback::OmnetOutputCallback
OmnetOutputCallback(std::ostream *scalar)
Constructor.
Definition:
omnet-data-output.cc:156
ns3::OmnetDataOutput::OmnetOutputCallback::OutputSingleton
void OutputSingleton(std::string context, std::string name, int val) override
Generates a single data output.
Definition:
omnet-data-output.cc:209
ns3::OmnetDataOutput::OmnetOutputCallback::OutputStatistic
void OutputStatistic(std::string context, std::string name, const StatisticalSummary *statSum) override
Generates data statistics.
Definition:
omnet-data-output.cc:163
ns3::OmnetDataOutput::OmnetOutputCallback::m_scalar
std::ostream * m_scalar
output stream
Definition:
omnet-data-output.h:121
ns3::OmnetDataOutput
Outputs data in a format compatible with OMNeT library and framework.
Definition:
omnet-data-output.h:39
ns3::OmnetDataOutput::OmnetDataOutput
OmnetDataOutput()
Definition:
omnet-data-output.cc:37
ns3::OmnetDataOutput::DoDispose
void DoDispose() override
Destructor implementation.
Definition:
omnet-data-output.cc:61
ns3::OmnetDataOutput::~OmnetDataOutput
~OmnetDataOutput() override
Definition:
omnet-data-output.cc:44
ns3::OmnetDataOutput::Output
void Output(DataCollector &dc) override
Outputs information from the provided DataCollector.
Definition:
omnet-data-output.cc:108
ns3::OmnetDataOutput::GetTypeId
static TypeId GetTypeId()
Register this type.
Definition:
omnet-data-output.cc:51
ns3::StatisticalSummary
Abstract class for calculating statistical data.
Definition:
data-calculator.h:51
ns3::Time
Simulation virtual time values and global simulation resolution.
Definition:
nstime.h:105
ns3::TypeId
a unique identifier for an interface.
Definition:
type-id.h:59
data-output-interface.h
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
src
stats
model
omnet-data-output.h
Generated on Sun Mar 3 2024 17:11:08 for ns-3 by
1.9.1