Show / Hide Table of Contents

Interface IChannelBuilder

Interface class contains the signatures of functions to build the channels to log the data for the given frequency or time interval.

Namespace: MAT.AtlasSessionApi
Assembly: MAT.AtlasSessionApi.dll
Syntax
public interface IChannelBuilder

Methods

OnChannel(Channel)

Declaration
IBuiltParameter OnChannel(Channel channel)
Parameters
Type Name Description
Channel channel
Returns
Type Description
IBuiltParameter

OnPeriodicChannel(Frequency, DataType)

Declaration
IBuiltParameter OnPeriodicChannel(Frequency frequency, DataType dataType = DataType.FloatingPoint32Bit)
Parameters
Type Name Description
Frequency frequency
DataType dataType
Returns
Type Description
IBuiltParameter
In This Article
Back to top Generated by DocFX