WebSocket API in controller
This commit is contained in:
parent
5ffd51e958
commit
0dd602d5ca
7 changed files with 523 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue