#include <lj_dummy.h>

Public Member Functions | |
| LJDummy (const std::string &name, const std::string &interface_name, const std::string &set_service_name) | |
| void | onGetDissimilarity () |
| void | onGetEdgesDescriptors () |
| void | onGetVertexDescriptor () |
| void | onLocalizeEdge () |
| void | onLocalizeInVertex () |
Private Member Functions | |
| double | completion (double current_time) |
| int | random_angle () |
| double | random_duration () |
Private Attributes | |
| std::string | interface_name_ |
| const double | max_localizing_delta_ |
| const double | mean_localizing_time_ |
| std::string | set_service_name_ |
Definition at line 13 of file lj_dummy.h.
| LJDummy::LJDummy | ( | const std::string & | name, |
| const std::string & | interface_name, | ||
| const std::string & | set_service_name | ||
| ) |
Definition at line 3 of file lj_dummy.cpp.
| double LJDummy::completion | ( | double | current_time | ) | [private] |
Definition at line 115 of file lj_dummy.cpp.
| void LJDummy::onGetDissimilarity | ( | ) | [virtual] |
Reimplemented from lama_jockeys::LocalizingJockey.
Definition at line 92 of file lj_dummy.cpp.
| void LJDummy::onGetEdgesDescriptors | ( | ) | [virtual] |
Reimplemented from lama_jockeys::LocalizingJockey.
Definition at line 24 of file lj_dummy.cpp.
| void LJDummy::onGetVertexDescriptor | ( | ) | [virtual] |
Reimplemented from lama_jockeys::LocalizingJockey.
Definition at line 15 of file lj_dummy.cpp.
| void LJDummy::onLocalizeEdge | ( | ) | [virtual] |
Reimplemented from lama_jockeys::LocalizingJockey.
Definition at line 83 of file lj_dummy.cpp.
| void LJDummy::onLocalizeInVertex | ( | ) | [virtual] |
Reimplemented from lama_jockeys::LocalizingJockey.
Definition at line 74 of file lj_dummy.cpp.
| int LJDummy::random_angle | ( | ) | [private] |
Definition at line 110 of file lj_dummy.cpp.
| double LJDummy::random_duration | ( | ) | [private] |
Definition at line 101 of file lj_dummy.cpp.
std::string LJDummy::interface_name_ [private] |
Definition at line 30 of file lj_dummy.h.
const double LJDummy::max_localizing_delta_ [private] |
Definition at line 35 of file lj_dummy.h.
const double LJDummy::mean_localizing_time_ [private] |
Definition at line 34 of file lj_dummy.h.
std::string LJDummy::set_service_name_ [private] |
Definition at line 31 of file lj_dummy.h.