IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#61 closed defect (fixed)

psBitsetTest return value

Reported by: Eric.VanAlst@… Owned by: eugene
Priority: low Milestone:
Component: PSLib SDRS Version: unspecified
Severity: minor Keywords:
Cc:

Description

In SDR-01 paragraph 4.1, the prototype specified for psBitsetTest defines a
return type of int, but the description states the function returns "true
value" if the specified bit is set otherwise a "false value". It is currently
assumed "true value" equals 1 and false value equals 0. Should the return
value remain as type int or type bool?

Change History (1)

comment:1 by eugene, 22 years ago

Resolution: fixed
Status: newclosed

let's make this bool in keeping with our other decisions to use the bool type
explicitly

Note: See TracTickets for help on using tickets.