Opened 11 years ago
Closed 11 years ago
#755 closed feature (fixed)
Resolving type structure from a type name in rasj
Reported by: | Veranika Liaukevich | Owned by: | Veranika Liaukevich |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | java | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
In C++ client library one can get type structure by its name using method getTypeStructure
of a ClientComm
object. For example, for type name "RGBImage" such call returns
marray <struct { char red, char green, char blue }, 2>
.
And there is no such feature in Java client library.
Note:
See TracTickets
for help on using tickets.