ecsnet
Loading...
Searching...
No Matches
network_architecture_t Struct Reference

Represents the opaque network architecture structure. This struct serves as a wrapper that holds a pointer to the specific implementation (e.g., Client-Server, P2P) and a reference to the ECS. More...

#include <network_architecture.h>

Collaboration diagram for network_architecture_t:

Public Attributes

network_architecture_type_t type
network_architecture_config_t config
void * impl
ecs_tecs

Detailed Description

Represents the opaque network architecture structure. This struct serves as a wrapper that holds a pointer to the specific implementation (e.g., Client-Server, P2P) and a reference to the ECS.


The documentation for this struct was generated from the following file: