HOPS
HOPS class reference
Classes | Public Member Functions | List of all members
hops::MHO_MK4StationInterface Class Reference

MHO_MK4StationInterface converts a mk4 station file (type_3xx) to HOPS4 format. More...

#include <MHO_MK4StationInterface.hh>

Public Member Functions

 MHO_MK4StationInterface ()
 
virtual ~MHO_MK4StationInterface ()
 
station_coord_typeExtractStationFile ()
 Extracts station coordinate data from files and allocates memory for it. More...
 
multitone_pcal_typeGetPCalObject ()
 Getter for pcal object. More...
 
mk4_sdataGetStationData ()
 Getter for station data. More...
 
void SetStationFile (const std::string &station)
 Setter for station file. More...
 
void SetVexFile (const std::string &vex)
 Setter for vex file. More...
 

Detailed Description

MHO_MK4StationInterface converts a mk4 station file (type_3xx) to HOPS4 format.

Author
J. Barrett - barre.nosp@m.ttj@.nosp@m.mit.e.nosp@m.du
Date
Fri Nov 13 10:58:21 2020 -0500

Constructor & Destructor Documentation

◆ MHO_MK4StationInterface()

hops::MHO_MK4StationInterface::MHO_MK4StationInterface ( )

◆ ~MHO_MK4StationInterface()

hops::MHO_MK4StationInterface::~MHO_MK4StationInterface ( )
virtual

Member Function Documentation

◆ ExtractStationFile()

station_coord_type * hops::MHO_MK4StationInterface::ExtractStationFile ( )

Extracts station coordinate data from files and allocates memory for it.

Returns
Pointer to allocated station_coord_type object containing extracted data.

◆ GetPCalObject()

multitone_pcal_type* hops::MHO_MK4StationInterface::GetPCalObject ( )
inline

Getter for pcal object.

Returns
Pointer to multitone_pcal_type object

◆ GetStationData()

mk4_sdata* hops::MHO_MK4StationInterface::GetStationData ( )
inline

Getter for station data.

Returns
Pointer to mk4_sdata containing station data

◆ SetStationFile()

void hops::MHO_MK4StationInterface::SetStationFile ( const std::string &  station)
inline

Setter for station file.

Parameters
stationReference to input station file string

◆ SetVexFile()

void hops::MHO_MK4StationInterface::SetVexFile ( const std::string &  vex)
inline

Setter for vex file.

Parameters
vexPath to the VEX file

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