#61 closed defect (fixed)
psBitsetTest return value
| Reported by: | 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?
Note:
See TracTickets
for help on using tickets.

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