Rename hk=>smo
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include <iostream>
|
||||
#include <componentThread.h>
|
||||
|
||||
namespace hk {
|
||||
namespace smo {
|
||||
|
||||
namespace director {
|
||||
/* The director is the seat of volition in Harikoff. It receives sensor
|
||||
/* The director is the seat of volition in Salmanoff. It receives sensor
|
||||
* events from the body and world, and uses them to direct its implexors
|
||||
* to implex new menties. It then loads the menties into canvas for simulation
|
||||
* and correlation with intrins, in order to form new attrimotions and
|
||||
@@ -13,14 +13,14 @@ namespace director {
|
||||
ComponentThread director;
|
||||
}
|
||||
namespace simulator {
|
||||
/* The canvas is the simulation engine in Harikoff. It receives menties and
|
||||
/* The canvas is the simulation engine in Salmanoff. It receives menties and
|
||||
* simulates them in accordance with the instructions from director. It then
|
||||
* re-renders them into perception for director to get feedback.
|
||||
*/
|
||||
ComponentThread canvas;
|
||||
}
|
||||
namespace subconscious {
|
||||
/* The subconscious is the seat of memory in Harikoff. It receives menties
|
||||
/* The subconscious is the seat of memory in Salmanoff. It receives menties
|
||||
* from director and stores them in memory for later recall.
|
||||
*/
|
||||
ComponentThread subconscious;
|
||||
@@ -95,4 +95,4 @@ void ComponentThread::validateThreadIds(void)
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace hk
|
||||
} // namespace smo
|
||||
|
||||
Reference in New Issue
Block a user