Felix Weiß
6c411d7318
Heavily improved the overall performance and async handling
...
- added a queuing manager for all messages
- tcp now keeps the connection after the first handshake
- async tasks are now run by the time order they were added
- minor bugfixes
2022-07-15 15:53:26 +02:00
Felix Weiß
b1c2cdb70e
Fixed exception on duplicate memory adresses when the adress area was different
...
- counted up version number
2022-07-13 18:28:28 +02:00
Felix Weiß
e953938a65
Added support for auto enum casting
...
- counted up version number
- cleaned up register constructors that are used inernally only
2022-06-24 11:25:26 +02:00
Felix Weiß
4c719843f2
Fixed issues with bitwise decoding not working correctly
...
- refactored bitwise register assign methods
- counted up version number
2022-06-22 15:58:24 +02:00
Felix Weiß
325aa56d8a
Added register collection base methods
2022-06-21 16:45:22 +02:00
Felix Weiß
ba48d97c2b
Added missing async write methods
...
- refactoring
2022-06-20 17:09:48 +02:00
Felix Weiß
d0519f2409
Added support for TIME types
...
- fixed writing string registers
- refactoring and more comments
- fixed dc exception handling
- fixed some null reference bugs
2022-06-20 14:33:50 +02:00