![]() |
C++ API
|
▼NPlux | The PLUX C++ API namespace |
▼NError | Namespace for all error exceptions |
CInvalidInstance | Exception thrown if an invalid object instance method was called |
CInvalidOperation | Exception thrown if the requested operation cannot be completed due to current device state |
CInvalidParameter | Exception thrown if a method call has an invalid parameter value |
CMissingModule | Exception thrown if an API module is missing (DLL or .so file) |
CNotSupported | Exception thrown if the requested operation is not supported by the device |
▼NNotification | Namespace for all notification exceptions |
CAdapterNotFound | Exception thrown if no Bluetooth adapter was found while trying to connect to a Bluetooth device |
CContactingDevice | Exception thrown if the connection with the device was lost |
CDeviceNotFound | Exception thrown if the requested device path was not found |
CInitializingPort | Exception thrown if there was a problem while initializing the communication port |
COpeningPort | Exception thrown if there was a problem while opening the communication port |
CBaseDev | Base class for all PLUX devices |
▼CBITalinoDev | Base class for Plux BITalino devices |
CState | Current device state returned by BITalinoDev::getState() |
CClock | Event timestamp class |
CDevInfo | Information about a device found by BaseDev::findDevices() |
CErrorException | Base class for all error exceptions |
CEvent | Event base class |
CEvtBattery | Battery state event class |
CEvtDigInUpdate | Digital port input change event class |
CEvtDisconnect | Device disconnect event class |
CEvtGestFeatures | Gesture features event class |
CEvtSchedChange | Session schedule change event class |
CEvtSignalGood | Sensor signal good event class |
CEvtSync | Synchronization event class |
CException | Generic PLUX C++ API exception |
CMemoryDev | Base class for PLUX signal-acquiring devices with internal memory |
CNotifException | Base class for all notification exceptions |
CSchedule | Session schedule class |
CSession | Stored session header class |
CSignalsDev | Base class for PLUX signal-acquiring devices |
CSource | Acquisition source class |
CSourceEx | Acquisition source class with properties attribute |
CStimDev | This class is not covered in this documentation |
CVariant | This class encapsulates a value of one of following data types: bool, int, float and String |