WebSocket API in controller

This commit is contained in:
Thulinma 2018-03-20 19:51:50 +01:00
parent 5ffd51e958
commit 0dd602d5ca
7 changed files with 523 additions and 14 deletions

View file

@ -135,6 +135,9 @@ static inline void show_stackframe(){}
#define SEM_INPUT "/MstInpt%s" //%s stream name
#define SEM_CONF "/MstConfLock"
#define SHM_CONF "MstConf"
#define SHM_STATE_LOGS "MstStateLogs"
#define SHM_STATE_ACCS "MstStateAccs"
#define SHM_STATE_STREAMS "MstStateStreams"
#define NAME_BUFFER_SIZE 200 //char buffer size for snprintf'ing shm filenames
#define SIMUL_TRACKS 20