| 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; } |
no outgoing calls
no test coverage detected