SELKIELogger  1.0.0
SELKIELogger.SLMessages.SLChannelMap.Channel Class Reference

Represents a single channel. More...

Collaboration diagram for SELKIELogger.SLMessages.SLChannelMap.Channel:

Public Member Functions

def __init__ (self, name)
 
def __repr__ (self)
 

Public Attributes

 name
 Channel Name.
 

Static Private Attributes

list __slots__ = ["name"]
 Explicitly allocate members.
 

Detailed Description

Represents a single channel.

Definition at line 328 of file SLMessages.py.

Constructor & Destructor Documentation

◆ __init__()

def SELKIELogger.SLMessages.SLChannelMap.Channel.__init__ (   self,
  name 
)
Parameters
nameChannel Name

Definition at line 334 of file SLMessages.py.

Member Function Documentation

◆ __repr__()

def SELKIELogger.SLMessages.SLChannelMap.Channel.__repr__ (   self)
Todo:
Replace with more python compliant function
Returns
Channel name

Definition at line 341 of file SLMessages.py.


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