#208 closed defect (fixed)
Addition of psTimeAlloc() Function
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | IPP SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I think we should add a function to alloccate a psTime struct. The prototype
would be:
psTime *psTimeAlloc(psTimeType type);
Some of the time functions need the correct type (TAI or UTC) and users that
don't need to use psTimeGetTime() to create the time sometimes forget to set
the correct type after allocating the psTime struct with plain psAlloc(). A
psTimeAlloc() function would set things up automatically.
Change History (3)
comment:1 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 22 years ago
| Keywords: | VERIFIED added |
|---|
Closing subsequent to release of SDRS-08, ADD-07.
comment:3 by , 22 years ago
| Keywords: | VERIFIED removed |
|---|
Note:
See TracTickets
for help on using tickets.

Agreed --- added to SDRS.