#289 closed defect (fixed)
Definition of type psSourceType
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | IPP SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by )
In MSDR-03 section 6.2, the data structure psSource defines a member type which
is of type psSourceType. The type psSourceType is not defined.
Change History (3)
comment:1 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 16 years ago
| Component: | Modules SDRS → IPP SDRS |
|---|---|
| Description: | modified (diff) |
Note:
See TracTickets
for help on using tickets.

I've added the pmSourceType as an enum in the SDRS text. Currently, as noted in
the SDRS, this enum is more for illustration purposes. As we refine the source
detection code, the actual values will become more clear.
typedef enum {
} pmSourceType;