OSC tests
Some checks failed
CI / Native Windows Build And Tests (push) Failing after 7s
CI / React UI Build (push) Has been cancelled
CI / Windows Release Package (push) Has been cancelled

This commit is contained in:
2026-05-03 12:23:19 +10:00
parent 902f46774f
commit bfc12a1aea
3 changed files with 197 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ public:
unsigned short GetPort() const { return mPort; }
private:
friend struct OscServerTestAccess;
struct OscMessage
{
std::string address;