Moved inputBuffer::fillBufferDetails to DTSC::Meta::getHealthJSON
This commit is contained in:
parent
1f390561c2
commit
7d95a75492
3 changed files with 89 additions and 83 deletions
|
@ -467,6 +467,8 @@ namespace DTSC{
|
|||
|
||||
uint8_t version;
|
||||
|
||||
void getHealthJSON(JSON::Value & returnReference) const;
|
||||
|
||||
protected:
|
||||
void sBufMem(size_t trackCount = DEFAULT_TRACK_COUNT);
|
||||
void sBufShm(const std::string &_streamName, size_t trackCount = DEFAULT_TRACK_COUNT, bool master = true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue