GCC Code Coverage Report


Directory: ./
File: src/tools/latch.cpp
Date: 2024-08-13 12:13:25
Exec Total Coverage
Lines: 0 1 0.0%
Branches: 0 2 0.0%

Line Branch Exec Source
1 /*
2 * Copyright 2017-2018, Rohan Budhiraja, Joseph Mirabel, CNRS
3 *
4 * CNRS/AIST
5 *
6 */
7
8 #include <sot/core/factory.hh>
9 #include <sot/core/latch.hh>
10
11 namespace dynamicgraph {
12 namespace sot {
13 DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(Latch, "Latch");
14 } // namespace sot
15 } // namespace dynamicgraph
16