An operation in an experiment. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/ats/gnunet-ats-solver-eval.h>
Data Fields | |
struct GNUNET_ATS_TEST_Operation * | next |
struct GNUNET_ATS_TEST_Operation * | prev |
long long unsigned int | address_id |
long long unsigned int | peer_id |
long long unsigned int | client_id |
long long unsigned int | address_session |
unsigned int | address_network |
char * | address |
char * | plugin |
long long unsigned int | base_rate |
long long unsigned int | max_rate |
struct GNUNET_TIME_Relative | period |
struct GNUNET_TIME_Relative | frequency |
struct GNUNET_TIME_Relative | feedback_delay |
enum OperationType | type |
enum GeneratorType | gen_type |
enum GNUNET_ATS_PreferenceKind | pref_type |
An operation in an experiment.
Definition at line 196 of file gnunet-ats-solver-eval.h.
struct GNUNET_ATS_TEST_Operation* GNUNET_ATS_TEST_Operation::next |
Definition at line 198 of file gnunet-ats-solver-eval.h.
Referenced by enforce_episode(), and free_experiment().
struct GNUNET_ATS_TEST_Operation* GNUNET_ATS_TEST_Operation::prev |
Definition at line 199 of file gnunet-ats-solver-eval.h.
long long unsigned int GNUNET_ATS_TEST_Operation::address_id |
Definition at line 201 of file gnunet-ats-solver-eval.h.
Referenced by enforce_episode(), load_op_add_address(), load_op_del_address(), load_op_start_set_preference(), load_op_start_set_property(), load_op_stop_set_preference(), and load_op_stop_set_property().
long long unsigned int GNUNET_ATS_TEST_Operation::peer_id |
Definition at line 202 of file gnunet-ats-solver-eval.h.
Referenced by enforce_episode(), load_op_add_address(), load_op_del_address(), load_op_start_request(), load_op_start_set_preference(), load_op_start_set_property(), load_op_stop_request(), load_op_stop_set_preference(), and load_op_stop_set_property().
long long unsigned int GNUNET_ATS_TEST_Operation::client_id |
Definition at line 203 of file gnunet-ats-solver-eval.h.
Referenced by load_op_start_set_preference().
long long unsigned int GNUNET_ATS_TEST_Operation::address_session |
Definition at line 205 of file gnunet-ats-solver-eval.h.
Referenced by load_op_add_address(), and load_op_del_address().
unsigned int GNUNET_ATS_TEST_Operation::address_network |
Definition at line 206 of file gnunet-ats-solver-eval.h.
Referenced by load_op_add_address().
char* GNUNET_ATS_TEST_Operation::address |
Definition at line 207 of file gnunet-ats-solver-eval.h.
Referenced by free_experiment(), load_op_add_address(), and load_op_del_address().
char* GNUNET_ATS_TEST_Operation::plugin |
Definition at line 208 of file gnunet-ats-solver-eval.h.
Referenced by free_experiment(), load_op_add_address(), and load_op_del_address().
long long unsigned int GNUNET_ATS_TEST_Operation::base_rate |
Definition at line 211 of file gnunet-ats-solver-eval.h.
Referenced by enforce_episode(), load_op_start_set_preference(), and load_op_start_set_property().
long long unsigned int GNUNET_ATS_TEST_Operation::max_rate |
Definition at line 212 of file gnunet-ats-solver-eval.h.
Referenced by load_op_start_set_preference(), and load_op_start_set_property().
struct GNUNET_TIME_Relative GNUNET_ATS_TEST_Operation::period |
Definition at line 212 of file gnunet-ats-solver-eval.h.
Referenced by load_op_start_set_preference(), and load_op_start_set_property().
struct GNUNET_TIME_Relative GNUNET_ATS_TEST_Operation::frequency |
Definition at line 212 of file gnunet-ats-solver-eval.h.
Referenced by load_op_start_set_preference(), and load_op_start_set_property().
struct GNUNET_TIME_Relative GNUNET_ATS_TEST_Operation::feedback_delay |
Definition at line 212 of file gnunet-ats-solver-eval.h.
Referenced by load_op_start_set_preference().
enum OperationType GNUNET_ATS_TEST_Operation::type |
Definition at line 212 of file gnunet-ats-solver-eval.h.
Referenced by gnunet_testing.Condition::__init__(), enforce_episode(), gnunet_testing.Condition::evaluate(), gnunet_testing.FileExistCondition::evaluate(), and load_episode().
enum GeneratorType GNUNET_ATS_TEST_Operation::gen_type |
Definition at line 212 of file gnunet-ats-solver-eval.h.
Referenced by load_op_start_set_preference(), and load_op_start_set_property().
enum GNUNET_ATS_PreferenceKind GNUNET_ATS_TEST_Operation::pref_type |
Definition at line 212 of file gnunet-ats-solver-eval.h.
Referenced by load_op_start_set_preference(), and load_op_stop_set_preference().