opiInitialise {OPI} | R Documentation |
Calls opiInitialise_for_MACHINE as appropriate.
Description
Establishes connection with the device and a Monitor (aka Server) if appropriate. Sends any startup parameters that might be needed by the machine. Specific parameters and return values can be seen in the machine specific versions listed below in the ’See Also’.
Usage
opiInitialise(...)
opiInitialize(...)
Arguments
... |
Parameters specific to each machine as described in the 'See Also' functions. |
Value
A list containing at least the following elements:
-
err
NULL
if no error, otherwise a string describing the error.
See Also
opiInitialise_for_ImoVifa()
,
opiInitialise_for_PhoneHMD()
, opiInitialise_for_Display()
, opiInitialise_for_PicoVR()
,
opiInitialise_for_Octopus900()
,
opiInitialise_for_Compass()
,
opiInitialise_for_SimNo()
, opiInitialise_for_SimYes()
, opiInitialise_for_SimHenson()
,
opiInitialise_for_SimGaussian()
[Package OPI version 3.0.2 Index]