VLAOnlineInput.h
Classes
- VLAOnlineInput -- This class reads VLA archive records from the online computers (full description)
Interface
- Public Members
- VLAOnlineInput()
- virtual ~VLAOnlineInput()
- virtual Bool read()
- Private Members
- VLAOnlineInput(const VLAOnlineInput& other)
- VLAOnlineInput& operator=(const VLAOnlineInput& other)
Prerequisite
Etymology
This class is designed to reads VLA archive records from a Disk file
Synopsis
Example
Motivation
To Do
Member Description
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.
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)