Add more interface functions
Member Description
IDL(Int options=0)
The constructor will start IDL.
IDL(const IDL &other)
Copy constructor
IDL &operator=(const IDL &other)
Assignment operator
The destructor will stop IDL.
Run a sequence of IDL commands
Bool runCommand(const String& command, Bool log=True)
Run a single IDL command
Send an array to IDL and name it
Get an array from IDL
Get an scalar from IDL
Get an scalar from IDL
Set the path inside IDL
IDL_VPTR getPointer(const String)
void ok()