Uses of Class
com.rbnb.api.DataArray

Packages that use DataArray
com.rbnb.api Provides the unsupported full application programming interface (API) and the DataTurbine server for the RBNB system. 
 

Uses of DataArray in com.rbnb.api
 

Methods in com.rbnb.api that return DataArray
 DataArray Rmap.extract(String chanNameI)
          Extracts the time and data for a particular channel.
 DataArray Rmap.extract(String chanNameI, boolean frameFlagI, boolean timeFlagI, boolean dataFlagI)
          Extracts the frame indexes, time, and/or data for a particular channel.
 

Methods in com.rbnb.api with parameters of type DataArray
 void Rmap.addDataWithTimeReference(Object dataI, int ndataI, int ptsizeI, byte dtypeI, byte worderI, DataArray referenceI)
          Adds data to this Rmap hierarchy with a DataArray supplying the TimeRanges.