terminateRAM
Tells the RAM to clean up its environment. CARMA will release the RAM module.
int terminateRAM(int RAMid, char error[256])
Variable | Function | Description |
---|---|---|
int RAMid |
Input | Tells CARMA which RAM should be terminated.
This ID was obtained after running getRAMList or getRAMList2 . |
char error[256] |
Output | If an error occurs, this should be filled with a description of the error. |