Skip to main content

AVxcelerate Simulation Framework 2025 R2 SP02

ttc_calculator

Last update: 19.09.2025
1
5
6#pragma once
7
8#include <osi_groundtruth.pb.h>
9
15{
16
21namespace evaluator
22{
23
25
42{
43 public:
44 std::chrono::milliseconds Calculate(const osi3::GroundTruth& ground_truth) const;
45};
46
47} // namespace evaluator
48} // namespace simulation_framework
The namespace containing evaluator implementations.
The top namespace for simulation framework.

Connect with Ansys