IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#490 closed defect (fixed)

psMetadataItem struct

Reported by: David.Robbins@… Owned by: Paul Price
Priority: high Milestone:
Component: PSLib SDRS Version: unspecified
Severity: normal Keywords:
Cc:

Description

psMetadataItem has changed to use a 'const union {}'
swig doesn't like this. I can make each individual member constant or keep it
the same (no const's), but it appears that this is a documented flaw in swig.
please advise.

also, the SDRS differs from the api-delta report. the api-delta report specs
were used as they appear to be 'more' correct.

Change History (1)

comment:1 by Paul Price, 21 years ago

Cc: eugene@… added
Resolution: fixed
Status: newclosed

No idea where the "const union {}" came from. I'm not sure we want values to be
constant anyway, so I removed the "const".

The api-delta report is generated from the SDRS source file, so it should be
more up-to-date.

Note: See TracTickets for help on using tickets.