VLAOnlineInput.h

Classes

VLAOnlineInput -- This class reads VLA archive records from the online computers (full description)

class VLAOnlineInput: public VLAArchiveInput

Interface

Public Members
VLAOnlineInput()
virtual ~VLAOnlineInput()
virtual Bool read()
Private Members
VLAOnlineInput(const VLAOnlineInput& other)
VLAOnlineInput& operator=(const VLAOnlineInput& other)

Description

Prerequisite

Etymology

This class is designed to reads VLA archive records from a Disk file

Synopsis

Example

Motivation

To Do

Member Description

VLAOnlineInput()

Create an object that reads its data from the vis-server using the default port. An exception is thrown if a connection cannot be made.

virtual ~VLAOnlineInput()

The destructor closes the file.

virtual Bool read()

Reads the next logical record from specified IO source. Returns False if there was a problem assembling the next record ie., it returns the value of the hasData() member function.

VLAOnlineInput(const VLAOnlineInput& other)

VLAOnlineInput& operator=(const VLAOnlineInput& other)