Changeset 508


Ignore:
Timestamp:
02/23/05 14:44:53 (19 years ago)
Author:
kil064
Message:

add FedPolType? enum
we will need something better in the future. hopefull in the data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDDefs.h

    r350 r508  
    4040                nAxes};
    4141
    42   enum Instrument {UNKNOWN=0,
     42  enum Instrument {UNKNOWNINST=0,
    4343                   ATPKSMB,
    4444                   ATPKSHOH,
     
    4848                   HOBART,
    4949                   N_INSTRUMENTS};
     50
     51  enum FeedPolType {UNKNOWNFEED, LINEAR, CIRCULAR, N_POL};
    5052}
    5153
Note: See TracChangeset for help on using the changeset viewer.