Changeset 825


Ignore:
Timestamp:
02/17/06 13:41:40 (18 years ago)
Author:
mar637
Message:

added weight and Seperator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDDefs.h

    r508 r825  
    2727//#                        AUSTRALIA
    2828//#
    29 //# $Id:
     29//# $Id:$
    3030//#---------------------------------------------------------------------------
    3131
     
    3535namespace asap {
    3636  enum AxisNo { BeamAxis=0,
    37                 IFAxis,
    38                 PolAxis,
    39                 ChanAxis,
     37                IFAxis,
     38                PolAxis,
     39                ChanAxis,
    4040                nAxes};
    4141
     
    5050
    5151  enum FeedPolType {UNKNOWNFEED, LINEAR, CIRCULAR, N_POL};
     52
     53  enum WeightType {NONE=0, VAR, TSYS, TINT, TINTSYS, N_WEIGHTTYPES};
     54
     55  enum TableType {MEMORY=0, PERSISTENT};
     56
     57
     58
     59  const std::string SEPERATOR =
     60   "--------------------------------------------------------------------------------";
    5261}
    5362
Note: See TracChangeset for help on using the changeset viewer.