ICEACE Model: Closed Economy
1.0.0
Design Documentation of ICEACE Model
|
Header for agent type memory access. More...
Go to the source code of this file.
Macros | |
#define | ID (current_xmachine_mall->id) |
Direct access to id of mall agent memory variable. More... | |
#define | IT_NO (current_xmachine_mall->it_no) |
Direct access to it_no of mall agent memory variable. More... | |
#define | DAY_OF_WEEK_TO_ACT (current_xmachine_mall->day_of_week_to_act) |
Direct access to day_of_week_to_act of mall agent memory variable. More... | |
#define | GOODS_TRANSACTIONS (current_xmachine_mall->goods_transactions) |
Direct access to goods_transactions of mall agent memory variable. More... | |
Header for agent type memory access.
Definition in file mall_agent_header.h.
#define DAY_OF_WEEK_TO_ACT (current_xmachine_mall->day_of_week_to_act) |
Direct access to day_of_week_to_act of mall agent memory variable.
Definition at line 14 of file mall_agent_header.h.
#define GOODS_TRANSACTIONS (current_xmachine_mall->goods_transactions) |
Direct access to goods_transactions of mall agent memory variable.
Definition at line 17 of file mall_agent_header.h.
#define ID (current_xmachine_mall->id) |
Direct access to id of mall agent memory variable.
Definition at line 8 of file mall_agent_header.h.
#define IT_NO (current_xmachine_mall->it_no) |
Direct access to it_no of mall agent memory variable.
Definition at line 11 of file mall_agent_header.h.