BrainBit for developers Subscribe for updates Visit website

ResistanceDoubleChannel

 

#include “cresistance_channel.h

 

Data channel of the interelectrode resistance. Heir to the base class of DoubleChannel.​ channels. Notification of new data in a channel is carried out only when a device is connected and the resistance pickup mode is activated (CommandStartResist). Resistance unit: Om.

Description

create_ResistanceDoubleChannel_info

Function. Create an electrode resistance data channel.

Creates a data channel of interelectrode resistance.

Options:

device_ptr

Description: pointer to the currently connected device

Data type: Device*

info

Description: channel information

Data type:ChannelInfo

Return value:

Description: Data channel of interelectrode resistance

Data type: ResistanceDoubleChannel*.

ResistanceDoubleChannel_get_buffer_size

Function. Channel buffer request.

Lets get the channel buffer.
Options:

channel

Description: interelectrode resistance data channel

Data type: ResistanceDoubleChannel*

out_buffer_size

Description: channel buffer length.

Data type: size_t *

Return value:

Description: An indication of an error. More details sdk_error

Data type: int.