MCPcopy Create free account
hub / github.com/devosoft/avida / GetLogicId

Method GetLogicId

avida-core/source/main/cTaskContext.h:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 inline const Apto::Array<int, Apto::Smart>& GetExtendedMemory() const { return m_ext_mem; }
80 inline tBuffer<int>* GetReceivedMessages() { return m_received_messages; }
81 inline int GetLogicId() const { return m_logic_id; }
82 inline void SetLogicId(int v) { m_logic_id = v; }
83 inline bool GetOnDivide() const { return m_on_divide; }
84 inline void SetTaskValue(double v) { m_task_value = v; }

Callers 15

Task_EchoMethod · 0.80
Task_NotMethod · 0.80
Task_NandMethod · 0.80
Task_AndMethod · 0.80
Task_OrNotMethod · 0.80
Task_OrMethod · 0.80
Task_AndNotMethod · 0.80
Task_NorMethod · 0.80
Task_XorMethod · 0.80
Task_EquMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected