Add CMainFlow

Former-commit-id: f18a1963f0
This commit is contained in:
2022-10-23 18:44:54 -07:00
parent 47a12b876a
commit bb6cc62a9d
19 changed files with 254 additions and 38 deletions

View File

@@ -9,10 +9,7 @@
class CArchitectureQueue {
public:
bool Push(const CArchitectureMessage& msg) {
x0_queue.push_back(msg);
return false; // TODO
}
bool Push(const CArchitectureMessage& msg);
void Pop(); // TODO
void Clear(); // TODO
bool IsEmpty() const; // TODO