#include <ExtendFlagger.h>
Public Member Functions | |
FlagID () | |
FlagID & | operator= (const FlagID &other) |
void | show () |
Static Public Member Functions | |
static int | compare (const void *val1, const void *val2) |
Public Attributes | |
uInt | rowNum |
uInt | ant1 |
uInt npts; | |
uInt | ant2 |
uInt | field |
String | time |
uInt | spw |
String | corr |
String | chan |
uInt | polid |
Definition at line 264 of file ExtendFlagger.h.
casa::FlagID::FlagID | ( | ) | [inline] |
static int casa::FlagID::compare | ( | const void * | val1, | |
const void * | val2 | |||
) | [static] |
void casa::FlagID::show | ( | ) | [inline] |
uInt casa::FlagID::ant1 |
uInt npts;
Definition at line 281 of file ExtendFlagger.h.
Referenced by FlagID(), operator=(), and show().
uInt casa::FlagID::ant2 |
Definition at line 282 of file ExtendFlagger.h.
Referenced by FlagID(), operator=(), and show().
String casa::FlagID::chan |
Definition at line 287 of file ExtendFlagger.h.
Referenced by FlagID(), operator=(), and show().
String casa::FlagID::corr |
Definition at line 286 of file ExtendFlagger.h.
Referenced by FlagID(), operator=(), and show().
uInt casa::FlagID::field |
Definition at line 283 of file ExtendFlagger.h.
Referenced by FlagID(), operator=(), and show().
uInt casa::FlagID::polid |
Definition at line 288 of file ExtendFlagger.h.
Referenced by FlagID(), operator=(), and show().
uInt casa::FlagID::rowNum |
Definition at line 279 of file ExtendFlagger.h.
Referenced by FlagID(), operator=(), and show().
uInt casa::FlagID::spw |
Definition at line 285 of file ExtendFlagger.h.
Referenced by FlagID(), operator=(), and show().
String casa::FlagID::time |
Definition at line 284 of file ExtendFlagger.h.
Referenced by FlagID(), operator=(), and show().