hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
MonScripts.SegmentExchangeModeEstimation.TelNamedPosition Class Reference

TelNamedPosition structure conversion helper between config-ng format and python dictionary. More...

Public Member Functions

def __init__ (self, pos_string, alt_pos, az_pos)
 Constructor.
 
def __repr__ (self)
 

Static Public Member Functions

def encode_to_configng (instance)
 Converter from value of instance to python object (map) that can be converted into config-ng node hirearchy.
 
def decode_from_configng (CiiConfigNode node)
 Converter from value of top node to python object TelNamedPosition.
 

Protected Attributes

 _pos_string
 
 _alt_pos
 
 _az_pos
 

Detailed Description

TelNamedPosition structure conversion helper between config-ng format and python dictionary.

Constructor & Destructor Documentation

◆ __init__()

def MonScripts.SegmentExchangeModeEstimation.TelNamedPosition.__init__ (   self,
  pos_string,
  alt_pos,
  az_pos 
)

Constructor.

Member Function Documentation

◆ __repr__()

def MonScripts.SegmentExchangeModeEstimation.TelNamedPosition.__repr__ (   self)

◆ decode_from_configng()

def MonScripts.SegmentExchangeModeEstimation.TelNamedPosition.decode_from_configng ( CiiConfigNode  node)
static

Converter from value of top node to python object TelNamedPosition.

◆ encode_to_configng()

def MonScripts.SegmentExchangeModeEstimation.TelNamedPosition.encode_to_configng (   instance)
static

Converter from value of instance to python object (map) that can be converted into config-ng node hirearchy.

Parameters
instanceinstance of TelNamedPosition class to convert to map
Returns
python dict representing value of the instance

Member Data Documentation

◆ _alt_pos

MonScripts.SegmentExchangeModeEstimation.TelNamedPosition._alt_pos
protected

◆ _az_pos

MonScripts.SegmentExchangeModeEstimation.TelNamedPosition._az_pos
protected

◆ _pos_string

MonScripts.SegmentExchangeModeEstimation.TelNamedPosition._pos_string
protected

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