BioRadio SDK - Java Android  1.1
com.glneurotech.devices.bioradio.configuration.TempExternalSensor Class Reference

Public Member Functions

 TempExternalSensor ()
 
 TempExternalSensor (BioRadioConfiguration config)
 
ArrayList< ChannelConfigurationgetSensors ()
 
void setSensors (ArrayList< ChannelConfiguration > value)
 
void setSensors (ArrayList< ChannelConfiguration > value, boolean doNotPropogate)
 

Detailed Description

Class is used to support the deserialization of ExternalSensors

Constructor & Destructor Documentation

◆ TempExternalSensor() [1/2]

com.glneurotech.devices.bioradio.configuration.TempExternalSensor.TempExternalSensor ( )

Default constructor

◆ TempExternalSensor() [2/2]

com.glneurotech.devices.bioradio.configuration.TempExternalSensor.TempExternalSensor ( BioRadioConfiguration  config)

Constructor creates a reference to the passed BioRadioConfiguration

Parameters
configBioRadioConfiguration as parameter.

Member Function Documentation

◆ getSensors()

ArrayList<ChannelConfiguration> com.glneurotech.devices.bioradio.configuration.TempExternalSensor.getSensors ( )

Gets an ArrayList of ChannelConfiguration objects

Returns

◆ setSensors() [1/2]

void com.glneurotech.devices.bioradio.configuration.TempExternalSensor.setSensors ( ArrayList< ChannelConfiguration value)

Sets the internal ArrayList of ChannelConfiguration objects

Parameters
valueTake an ArrayList of ChannelConfiguration as parameter.

◆ setSensors() [2/2]

void com.glneurotech.devices.bioradio.configuration.TempExternalSensor.setSensors ( ArrayList< ChannelConfiguration value,
boolean  doNotPropogate 
)

Sets the internal ArrayList of ChannelConfiguration objects, and instructs the method whether or not to propogate these sensors to the BioRadioConfiguration object, if it exists.

Parameters
valueTake an ArrayList of ChannelConfiguration as parameter.
doNotPropogateTake a boolean values as parameter.

The documentation for this class was generated from the following file: