DLS  1.6
LibDLS::RealChannel Struct Reference

Describes a signal of the data source. More...

Public Attributes

std::string name
 Signal name. More...
 
std::string unit
 Unit. More...
 
int index
 Index. More...
 
ChannelType type
 Signal data type (TUINT, TDBL, etc.)
 
unsigned int bufsize
 Size of the signal buffer. More...
 
unsigned int frequency
 Maximum sample frequency of the signal. More...
 

Detailed Description

Describes a signal of the data source.

Definition at line 119 of file globals.h.

Member Data Documentation

◆ name

std::string LibDLS::RealChannel::name

Signal name.

Definition at line 121 of file globals.h.

◆ unit

std::string LibDLS::RealChannel::unit

Unit.

Definition at line 122 of file globals.h.

◆ index

int LibDLS::RealChannel::index

Index.

Definition at line 123 of file globals.h.

◆ bufsize

unsigned int LibDLS::RealChannel::bufsize

Size of the signal buffer.

Definition at line 125 of file globals.h.

◆ frequency

unsigned int LibDLS::RealChannel::frequency

Maximum sample frequency of the signal.

Definition at line 126 of file globals.h.