GCC Code Coverage Report
Directory: ./ Exec Total Coverage
File: src/tools/latch.cpp Lines: 0 1 0.0 %
Date: 2023-03-13 12:09:37 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