If you're interested in becoming a contributor or requesting changes then click here to join the discord

PLUX C++ API

From Brain Computer Interface Wiki
Revision as of 00:54, 10 November 2021 by Landonodnal (talk | contribs) (Created page with "Category:Developer Tools The PLUX C++ API brings to C++ applications all the functionality of PLUX devices.The Plux::BaseDev class (or any of its derived classes) encapsul...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The PLUX C++ API brings to C++ applications all the functionality of PLUX devices.The Plux::BaseDev class (or any of its derived classes) encapsulates a connection to a PLUX device. Each Plux::BaseDev-derived class provides methods to access the specific functionality of certain PLUX devices.

Links

Docs GitHub