|
ALMaSS Rabbit ODdox
1.1
The rabbit model description following ODdox protocol
|
A class to describe the data held in a rabbit memory. Warren locations and quality. More...
#include <Rabbit.h>
Public Member Functions | |
| RabbitMemory (void) | |
| Rabbit Memory constructor. More... | |
| void | Update (void) |
| daily update of the memory More... | |
| void | AddMemory (RabbitMemoryLocation a_mem) |
| Add a memory location. More... | |
| RabbitMemoryLocation | GetBestLocation (void) |
| Get the best current location More... | |
Public Attributes | |
| vector< RabbitMemoryLocation > | m_MyMemory |
| A list of memory locations. More... | |
A class to describe the data held in a rabbit memory. Warren locations and quality.
| RabbitMemory::RabbitMemory | ( | void | ) |
Rabbit Memory constructor.
Definition at line 127 of file Rabbit.cpp.
| void RabbitMemory::AddMemory | ( | RabbitMemoryLocation | a_mem | ) |
Add a memory location.
Definition at line 140 of file Rabbit.cpp.
References RabbitMemoryLocation::m_decay.
| RabbitMemoryLocation RabbitMemory::GetBestLocation | ( | void | ) |
Get the best current location
Definition at line 146 of file Rabbit.cpp.
| void RabbitMemory::Update | ( | void | ) |
daily update of the memory
Definition at line 132 of file Rabbit.cpp.
| vector<RabbitMemoryLocation> RabbitMemory::m_MyMemory |