Go to the source code of this file.
Functions | |
| int | next_available_agent_id () |
| long | init_lapse_duration (TIMER_VALUE *tv) |
| void | init_soar_agent (void) |
Variables | |
| agent * | soar_agent |
| list * | all_soar_agents = NIL |
| int | agent_counter = -1 |
| int | agent_count = -1 |
| char * | soar_version_string |
| int | soar_agent_ids [] |
|
|
Definition at line 102 of file agent.c. References current_real_time, INIT_LAPSE_DURATION_CALLBACK, soar_agent, soar_exists_callback(), start_timer(), and timer_value(). Referenced by do_one_top_level_phase(). |
|
|
|
Definition at line 69 of file agent.c. References abort_with_fatal_error(), ALLOCATED, soar_agent_ids, TOUCHED, and UNTOUCHED. Referenced by soar_default_create_agent_procedure(). |
|
|
Definition at line 59 of file agent.c. Referenced by soar_cInitAgentIterator(), soar_default_create_agent_procedure(), and soar_default_destroy_agent_procedure(). |
|
|
Definition at line 58 of file agent.c. Referenced by soar_default_create_agent_procedure(). |
|
|
|
|
Definition at line 63 of file agent.c. Referenced by next_available_agent_id(), soar_cInitializeSoar(), and soar_default_destroy_agent_procedure(). |
|
|
Definition at line 61 of file agent.c. Referenced by print_startup_banner(), soar_BuildInfo(), soar_cInitializeSoar(), soar_ecBuildInfo(), soar_ecExcludedBuildInfo(), soar_ecPrintSystemStatistics(), and soar_ExcludedBuildInfo(). |
1.3.5