package omnetpp
- Alphabetic
- Public
- All
Type Members
-
trait
EventLogRecording extends AbstractEventLogRecording
Records a detailed event log for each run.
-
class
Experiment extends AbstractExperiment with OMNeTPPResultHandler
Integrates OMNeT++ 4.2 (http://www.omnetpp.org/) by producing
omnetpp.inifiles. -
trait
OMNeTPPResultHandler extends ResultHandling
Interface of result handlers for OMNeT++.
-
trait
Observation extends SimpleObservation with OMNeTPPResultHandler
Result observation support for OMNeT++.
Result observation support for OMNeT++.
Limitations:
- only numeric observations are supported
- all recording modes and intervals are activated for each variable to be observed
-
trait
ResultElement extends AnyRef
Super trait for all result data to be considered.
-
class
ResultFileParser extends JavaTokenParsers
Parser for '.sca' and '.vec' result files, as produced by OMNeT++.
Parser for '.sca' and '.vec' result files, as produced by OMNeT++.
Note that index files (.vci) hold additional information that is not yet covered, so that they cannot be parsed with this parser.
- See also
Appendix (ch. 25) in OMNeT++ Manual (http://omnetpp.org/doc/omnetpp/manual/usman.html).
-
case class
ScalarDataEntry(moduleName: String, scalarName: String, value: Any) extends ResultElement with Product with Serializable
Holds scalar data.
-
case class
VectorDataEntry(id: Long, values: List[AnyVal]) extends ResultElement with Product with Serializable
Holds vector data.
-
case class
VectorEntry(id: Long, moduleName: String, vectorName: String, vectorFormat: Option[String]) extends ResultElement with Product with Serializable
Registration data for a vector.
-
case class
VersionEntry(version: Long) extends ResultElement with Product with Serializable
The version entry in each file.
Value Members
-
object
OMNeTPPExecutor extends Logging
Executor for OMNeT++ runs.
-
object
ResultReader extends Logging
Read results from the output files.