getRAMList2
Retrieves the list of available RAMs from CARMA
int getRAMList2(RAMRecord2** records, int *numRecords, char error[256])
Variable | Function | Description |
---|---|---|
RAMRecord2** records |
Output | Will contain an array of RAMRecord2 data
structures to be used for display information about the RAMs and accessing
them with other functions. |
int* numRecords |
Output | The number of RAMRecord2 data structures
contained in the records array. |
char error[256] |
Output | If an error occurs, this should be filled with a description of the error. |
The list of RAMs that is returned is dependent on the locale that
was passed into initializeCarma
. All RAMs stored within
the CARMA environment that have display strings for the specified
client locale will be returned.