chore: kdis basic, extras and network
commit4609815e4ef3781f5352212820da9ce7f8873f9e
authorCarlo Corradini <carlo.ita98@gmail.com>
Mon, 11 Sep 2023 14:56:22 +0000 (11 16:56 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 14:56:22 +0000 (11 16:56 +0200)
tree843f8b69930c1eb301b46bb75ff5313461fefb83
parent01cd41829d551301d0486505f3b502637fc6d964
chore: kdis basic, extras and network
23 files changed:
KDIS/Extras/DIS_Logger_Playback.cpp [new file with mode: 0644]
KDIS/Extras/DIS_Logger_Playback.h [new file with mode: 0644]
KDIS/Extras/DIS_Logger_Record.cpp [new file with mode: 0644]
KDIS/Extras/DIS_Logger_Record.h [new file with mode: 0644]
KDIS/Extras/DeadReckoningCalculator.cpp [new file with mode: 0644]
KDIS/Extras/DeadReckoningCalculator.h [new file with mode: 0644]
KDIS/Extras/KConversions.h [new file with mode: 0644]
KDIS/Extras/KRef_Ptr.h [new file with mode: 0644]
KDIS/Extras/KUtils.h [new file with mode: 0644]
KDIS/Extras/Math.h [new file with mode: 0644]
KDIS/Extras/PDU_Factory.cpp [new file with mode: 0644]
KDIS/Extras/PDU_Factory.h [new file with mode: 0644]
KDIS/Extras/PDU_Factory_Filters.h [new file with mode: 0644]
KDIS/KDataStream.cpp [new file with mode: 0644]
KDIS/KDataStream.h [new file with mode: 0644]
KDIS/KDefines.h [new file with mode: 0644]
KDIS/KEncodersDecoders.h [new file with mode: 0644]
KDIS/KSymbolicNames.h [new file with mode: 0644]
KDIS/Network/Connection.cpp [new file with mode: 0644]
KDIS/Network/Connection.h [new file with mode: 0644]
KDIS/Network/ConnectionAddressFilter.cpp [new file with mode: 0644]
KDIS/Network/ConnectionAddressFilter.h [new file with mode: 0644]
KDIS/Network/ConnectionSubscriber.h [new file with mode: 0644]