| Directory: | ./ |
|---|---|
| File: | src/hpp/core_idl/path_projectors.cc |
| Date: | 2025-05-11 11:10:19 |
| Exec | Total | Coverage | |
|---|---|---|---|
| Lines: | 4 | 4 | 100.0% |
| Branches: | 5 | 10 | 50.0% |
| Line | Branch | Exec | Source |
|---|---|---|---|
| 1 | // | ||
| 2 | // Implemention of IDL interfaces in file /root/robotpkg/path/py-hpp-corbaserver/work/hpp-corbaserver-6.0.0/idl/hpp/core_idl/path_projectors.idl | ||
| 3 | // | ||
| 4 | |||
| 5 | #include <hpp/core_idl/path_projectors.hh> | ||
| 6 | |||
| 7 | |||
| 8 | |||
| 9 | namespace hpp { | ||
| 10 | namespace corbaServer { | ||
| 11 | template <> | ||
| 12 | 8 | std::vector< ServantFactoryBase<hpp::core_impl::PathProjector>* >& objectDowncasts<hpp::core_impl::PathProjector> () | |
| 13 | { | ||
| 14 |
2/4✓ Branch 0 taken 8 times.
✗ Branch 1 not taken.
✓ Branch 3 taken 8 times.
✗ Branch 4 not taken.
|
8 | static std::vector< ServantFactoryBase<hpp::core_impl::PathProjector>* > vector; |
| 15 | 8 | return vector; | |
| 16 | } | ||
| 17 | } // namespace corbaServer | ||
| 18 | } // namespace hpp | ||
| 19 | |||
| 20 | |||
| 21 | |||
| 22 | namespace hpp { | ||
| 23 | |||
| 24 | namespace core_impl { | ||
| 25 |
3/6✓ Branch 1 taken 8 times.
✗ Branch 2 not taken.
✓ Branch 4 taken 8 times.
✗ Branch 5 not taken.
✓ Branch 7 taken 8 times.
✗ Branch 8 not taken.
|
8 | HPP_CORBASERVER_ADD_DOWNCAST_OBJECT(PathProjector, PathProjector, 0) |
| 26 | } // namespace core_impl | ||
| 27 | |||
| 28 | } // namespace hpp | ||
| 29 | |||
| 30 | |||
| 31 | |||
| 32 | |||
| 33 | |||
| 34 | |||
| 35 |