|
My Project
|
System in charge of dispatch in specific queues sended request from queue. More...
#include <ReceiveSystem.hpp>
Public Member Functions | |
| ReceiveSystem () | |
| Construct a new Event System object. | |
| void | operator() (Registry ®istry, Sparse_array< component::cnetwork_queue_t > &queues) |
| Function that will be automaticaly called while the client is working (on loop) More... | |
System in charge of dispatch in specific queues sended request from queue.
| void System::ReceiveSystem::operator() | ( | Registry & | registry, |
| Sparse_array< component::cnetwork_queue_t > & | queues | ||
| ) |
Function that will be automaticaly called while the client is working (on loop)
| registry | The registry that contains all the ECS |
| queues | The sparse array of network queue entities |
1.8.17