Ignore:
Timestamp:
07/28/11 16:20:38 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-1913

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Rnage of SRCDIRECTION (in rad) is limited between -pi and pi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/asdm2ASAP/ASDMReader.h

    r2251 r2252  
    548548   **/
    549549  asdm::SysCalRow *getSysCalRow( unsigned int idx ) ;
     550
     551  /**
     552   * limit angule in radian within [-pi,pi]
     553   *
     554   * @param any angule in radian
     555   * @return equivalent angle that satisfies [-pi,pi]
     556   **/
     557  double limitedAngle( double angle ) ;
    550558
    551559  asdm::ASDM *asdm_ ; // pointer to ASDM object
Note: See TracChangeset for help on using the changeset viewer.