Table Of Contents
Table Of Contents

build

from inet.simulation

This module provides functionality for building simulation projects.

The main function is build_project().

Functions

build_project

Builds all output files of a simulation project using either build_project_using_makefile() or build_project_using_tasks().

build_project_using_makefile

Builds a simulation project using the Makefile generated by the command line tool opp_makemake.

build_project_using_tasks

Builds all output files of a simulation project using tasks.

Classes

BuildSimulationProjectTask

Represents a task that builds a simulation project.