My Project
Public Member Functions | List of all members
System::ReceiveSystem Class Reference

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 &registry, Sparse_array< component::cnetwork_queue_t > &queues)
 Function that will be automaticaly called while the client is working (on loop) More...
 

Detailed Description

System in charge of dispatch in specific queues sended request from queue.

Member Function Documentation

◆ operator()()

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)

Parameters
registryThe registry that contains all the ECS
queuesThe sparse array of network queue entities

The documentation for this class was generated from the following files: