Added support for local variables in MistIn processes, stored in the DTSH header.
This commit is contained in:
parent
fe7cee8666
commit
7f770b27b7
2 changed files with 7 additions and 0 deletions
|
@ -394,6 +394,7 @@ namespace DTSC {
|
|||
long long int bufferWindow;
|
||||
int64_t bootMsOffset;///< Millis to add to packet timestamps to get millis since system boot.
|
||||
std::string sourceURI;
|
||||
JSON::Value inputLocalVars;
|
||||
};
|
||||
|
||||
/// An iterator helper for easily iterating over the parts in a Fragment.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue