Generate README.md, add clock dividers and limiters, load configs from WS client, fix stream per-segment subscriptions according to memory projections mechanism
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define __BASE_DEVICE_H__
|
||||
|
||||
#include "hmmmm.h"
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct {
|
||||
void* specs;
|
||||
@@ -9,6 +10,7 @@ typedef struct {
|
||||
device_public_context_t* ctx;
|
||||
uint64_t clockCycleLimit;
|
||||
uint64_t clockCycleCounter;
|
||||
uint64_t clockDivider;
|
||||
} device_handle_t;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user