Package

sessl

omnetpp

Permalink

package omnetpp

Visibility
  1. Public
  2. All

Type Members

  1. trait EventLogRecording extends AbstractEventLogRecording

    Permalink

    Records a detailed event log for each run.

  2. class Experiment extends AbstractExperiment with OMNeTPPResultHandler

    Permalink

    Integrates OMNeT++ 4.2 (http://www.omnetpp.org/) by producing omnetpp.ini files.

    Integrates OMNeT++ 4.2 (http://www.omnetpp.org/) by producing omnetpp.ini files.

  3. trait OMNeTPPResultHandler extends ResultHandling

    Permalink

    Interface of result handlers for OMNeT++.

  4. trait Observation extends SimpleObservation with OMNeTPPResultHandler

    Permalink

    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
  5. trait ResultElement extends AnyRef

    Permalink

    Super trait for all result data to be considered.

  6. class ResultFileParser extends JavaTokenParsers

    Permalink

    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).

  7. case class ScalarDataEntry(moduleName: String, scalarName: String, value: Any) extends ResultElement with Product with Serializable

    Permalink

    Holds scalar data.

  8. case class VectorDataEntry(id: Long, values: List[AnyVal]) extends ResultElement with Product with Serializable

    Permalink

    Holds vector data.

  9. case class VectorEntry(id: Long, moduleName: String, vectorName: String, vectorFormat: Option[String]) extends ResultElement with Product with Serializable

    Permalink

    Registration data for a vector.

  10. case class VersionEntry(version: Long) extends ResultElement with Product with Serializable

    Permalink

    The version entry in each file.

Value Members

  1. object OMNeTPPExecutor extends Logging

    Permalink

    Executor for OMNeT++ runs.

  2. object ResultReader extends Logging

    Permalink

    Read results from the output files.

Ungrouped