toggle menu
SDK
androidJvm
switch theme
search in API
sdk-sensor-collection
/
com.combain.sdk_sensor_collection.pipeline
/
SLPipelineStep
SLPipeline
Step
data
class
SLPipelineStep
(
val
name
:
String
,
val
pipes
:
List
<
SLPipeBase
>
)
One step in the pipeline.
Parameters
name
the name of the step
pipes
the pipes to execute during the step.
Members
Constructors
SLPipeline
Step
Link copied to clipboard
constructor
(
name
:
String
,
pipes
:
List
<
SLPipeBase
>
)
Properties
name
Link copied to clipboard
val
name
:
String
pipes
Link copied to clipboard
val
pipes
:
List
<
SLPipeBase
>