p

sessl

omnetpp

package omnetpp

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait EventLogRecording extends AbstractEventLogRecording

    Records a detailed event log for each run.

  2. class Experiment extends AbstractExperiment with OMNeTPPResultHandler

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

  3. trait OMNeTPPResultHandler extends ResultHandling

    Interface of result handlers for OMNeT++.

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

    Super trait for all result data to be considered.

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

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

    Holds scalar data.

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

    Holds vector data.

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

    Registration data for a vector.

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

    The version entry in each file.

Value Members

  1. object OMNeTPPExecutor extends Logging

    Executor for OMNeT++ runs.

  2. object ResultReader extends Logging

    Read results from the output files.

Ungrouped