|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
inline |
Get data from an SDS item.
This method accesses the data from an SDS item. The data is copied into the specified buffer.
Note that data from nested structures is also copied. Please see the SDS manual for more details on Get operations.
| T | The type of the data item. This needs to be a of standard layout (Plain old data) types, if not, compile will fail with a static assertion. |
| length | The amount of data to fetch. |
| data | The buffer to put the data info, must of of size length or greater. |
| actlen | The actual amount of data retrived is written here. If not supplied, this information is not returned. |
| offset | An offset into the SDS structure to start fetch from, in bytes |
References drama::CreateRunDramaTask(), and DramaTHROW.