#include <CLPatchPanel.h>
Public Member Functions | |
CTCalPatchKey (Int clsl, Int obs, Int fld, Int spw, Int ant=-1) | |
virtual | ~CTCalPatchKey () |
virtual String | print () const |
Private Attributes | |
Int | clsl_ |
Int | obs_ |
Int | fld_ |
Int | spw_ |
Int | ant_ |
Definition at line 76 of file CLPatchPanel.h.
casa::CTCalPatchKey::CTCalPatchKey | ( | Int | clsl, | |
Int | obs, | |||
Int | fld, | |||
Int | spw, | |||
Int | ant = -1 | |||
) |
virtual casa::CTCalPatchKey::~CTCalPatchKey | ( | ) | [inline, virtual] |
Definition at line 80 of file CLPatchPanel.h.
virtual String casa::CTCalPatchKey::print | ( | ) | const [virtual] |
Implements casa::CalPatchKey.
Int casa::CTCalPatchKey::ant_ [private] |
Definition at line 83 of file CLPatchPanel.h.
Int casa::CTCalPatchKey::clsl_ [private] |
Definition at line 83 of file CLPatchPanel.h.
Int casa::CTCalPatchKey::fld_ [private] |
Definition at line 83 of file CLPatchPanel.h.
Int casa::CTCalPatchKey::obs_ [private] |
Definition at line 83 of file CLPatchPanel.h.
Int casa::CTCalPatchKey::spw_ [private] |
Definition at line 83 of file CLPatchPanel.h.