copyFromExternal
Copies a member from a PDS or an SDS.
int copyFromExternal(int ramID, char instanceID[256], char memberID[256],
char external[256], void** params, void*** customReturn, char error[256])
Variable | Function | Description |
---|---|---|
int ramID | Input | Tells CARMA which RAM should be worked on. This
ID was obtained after running getRAMList or getRAMList2 . |
char instanceID[256] | Input | The instance containing the member being copied. |
char memberID[256] | Input | The ID of the member being copied. |
char external[256] | Input | The location to copy from. Either a PDS member or an SDS member. Examples: FEL.#CUST.EXT.STOR FEL.#CUST.EXT.PDS(MEMBER). |
void** params | Input | Pointer to an array of custom parameters (see Handling custom parameters and return values). |
void*** customReturn | Output | Used to reference an array of custom return values (see Handling custom parameters and return values). |
char error[256] | Output | If an error occurs, this should be filled with a description of the error. |