opiInitialise_for_MAIA: Implementation of opiInitialise for the ImoVifa machine.

View source: R/MAIA.r

opiInitialise_for_MAIAR Documentation

Implementation of opiInitialise for the ImoVifa machine.

Description

This is for internal use only. Use opiInitialise() with these Arguments and you will get the Value back.

Arguments

ip

IP address on which server is listening as a string

port

Port number on which server is listening

...

Could be used for fake MAIA, simulations, etc

Details

Establishes socket connection but sends not messages (see opiSetup_for_MAIA).

Value

A list with elements:

  • err NULL if successful, not otherwise.

Examples

## Not run: 
  # Set up the MAIA
  chooseOpi("MAIA")
  result <- opiInitialize(ip = "192.168.1.7", port = 5555)
  if (is.null(result$err))
    print(result$err)

## End(Not run)

OPI documentation built on April 12, 2025, 1:24 a.m.