#include <CLPatchPanel.h>
Public Member Functions | |
| MSCalPatchKey (Int obs, Int fld, Int ent, Int spw, Int ant=-1) | |
| virtual | ~MSCalPatchKey () |
| virtual String | print () const |
Private Attributes | |
| Int | obs_ |
| Int | fld_ |
| Int | ent_ |
| Int | spw_ |
| Int | ant_ |
Definition at line 65 of file CLPatchPanel.h.
| casa::MSCalPatchKey::MSCalPatchKey | ( | Int | obs, | |
| Int | fld, | |||
| Int | ent, | |||
| Int | spw, | |||
| Int | ant = -1 | |||
| ) |
| virtual casa::MSCalPatchKey::~MSCalPatchKey | ( | ) | [inline, virtual] |
Definition at line 69 of file CLPatchPanel.h.
| virtual String casa::MSCalPatchKey::print | ( | ) | const [virtual] |
Implements casa::CalPatchKey.
Int casa::MSCalPatchKey::ant_ [private] |
Definition at line 72 of file CLPatchPanel.h.
Int casa::MSCalPatchKey::ent_ [private] |
Definition at line 72 of file CLPatchPanel.h.
Int casa::MSCalPatchKey::fld_ [private] |
Definition at line 72 of file CLPatchPanel.h.
Int casa::MSCalPatchKey::obs_ [private] |
Definition at line 72 of file CLPatchPanel.h.
Int casa::MSCalPatchKey::spw_ [private] |
Definition at line 72 of file CLPatchPanel.h.
1.6.1