execute_TCP: Performs data acquisition from data received from TCP

Description Usage Arguments Examples

Description

Performs data acquisition from data received from TCP

Usage

1
execute_TCP(port, timestamp = FALSE, timeout = 10)

Arguments

port

numeric (required): Number of the port

timestamp

logical (with default): Is a timestamp available in the data?

timeout

integer (optional): the timeout (in seconds) to be used for this connection.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
##==========================================
## Example 1: read data from TCP connecntion
##==========================================

data <- execute_TCP(port = 5555, timestamp = T)
## start HyperIMU app


## End(Not run)

JohannesFriedrich/HypeRIMU documentation built on May 14, 2019, 2:39 p.m.