\brief Sets class acq input to normal (bio signal captured from channels)
\return Integer indicating the success of the setting process (0-success, <0 error)
*/
ClassError::ErroracqInputNormal();
/*!
\brief Sets class acq input to test. The class will provide a quadratic signal. It is useful for testing and not getting saturated signal all the time.
\return Integer indicating the success of the setting process (0-success, <0 error)
*/
ClassError::ErroracqInputTest();
/*!
\brief Sends the request for battery level
\return Integer indicating the success of the starting process (0-success, <0 error)
*/
ClassError::ErrorbatteryLevel();
/*!
\brief Sets the duration of the buffer (ms*frequency//1000.0)
\param ms Time in ms
\return Integer indicating the success of the setting process (0-success, <0 error)
*/
ClassError::ErrorbufferDuration(constdouble&ms);
/*!
\brief Sets buzzer on
\return Integer indicating the success of the process (0-success, <0 error)
*/
ClassError::ErrorbuzzerPlay();
/*!
\brief Sends the request for buzzer
\return Integer indicating the success of the starting process (0-success, <0 error)
*/
ClassError::ErrorbuzzerStatus();
/*!
\brief Sets ms of buzzer song
\param tempo time in ms
\return Integer indicating the success of the process (0-success, <0 error)
\param cathodes List of integers with the IDs of the pads acting as cathodes
\param anodes List of integers with the IDs of the pads acting as cathodes
\param amp List of doubles with the amplitude (in mA) associated to each of the cathodes. Must have the same length as cathodes
\param width List of integers with the pulse width (in uS) associated to each of the cathodes. Must have the same length as cathodes
\param selected Defines if the velec is selected (‘true’ value) or deselected (‘false’ value). Only selected velecs will be executed with a “stim on” command
\param sync Defines if the velec is synchronous (‘rtue’ value) or asynchronous (‘false’ value).
\return Integer indicating the success of the process (0-success, <0 error)
\brief Sets whether the virtual electrode is selected or not
\param id Virtual electrode number/ID
\param selected Defines if the velec is selected (‘true’ value) or deselected (‘false’ value). Only selected velecs will be executed with a “stim on” command.
\return Integer indicating the success of the process (0-success, <0 error)