Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Component that creates a REST API server when instantiated. More...
#include <rest.h>
Public Attributes | |
uint16_t | port |
Port of server (optional, default = 27750) | |
char * | ipaddr |
Interface address (optional, default = 0.0.0.0) | |
void * | impl |
char* EcsRest::ipaddr |
uint16_t EcsRest::port |