Skip to content

Commit

Permalink
minor documentation adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
vovatrykoz committed Nov 13, 2024
1 parent 06cf388 commit 5f48df5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/MathFramework.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
// Contains functions from section 3.4 Mathematical Framework
// Some of the description text is copy-pasted from A Compositional Framework for End-to-End Path Delay Calculation
// of Automotive Systems under Different Path Semantics to make finding relevant functions easier

#ifndef _MATH_FRAMEWORK_H_
#define _MATH_FRAMEWORK_H_

#include <Task.h>

// Contains functions from section 3.4 Mathematical Framework

/**
* @brief Checks if "activation time travel" occurs between two tasks.
*
Expand Down

0 comments on commit 5f48df5

Please sign in to comment.