Implement IMessage

This commit is contained in:
Robbert van der Helm
2020-12-25 00:54:24 +01:00
parent 7cfd1982dd
commit 84b859c499
4 changed files with 124 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ implemented for serialization purposes:
| -------------------- | ------------------- | ---------------------------------------------------------------------- |
| `YaAttributeList` | `IAttributeList` | |
| `YaEventList` | `IEventList` | Comes with a lot of serialization wrappers around the related structs. |
| `YaMessage` | `IMessage` | |
| `YaParameterChanges` | `IParameterChanges` | |
| `YaParamValueQueue` | `IParamValueQueue` | |
| `VectorStream` | `IBStream` | Used for serializing data streams. |