MatrixBerryCore
Namespaces | Functions
mxberry::system Namespace Reference

Namespaces

 net
 
 test
 

Functions

function getpidhost ()
 GETPIDHOST returns process id (PID) of current Matlab instance along with a host name it is running on. More...
 
function getuserhost ()
 
function getuuid ()
 GETUUID returns a random UUID (Universally Unique IDentifier) More...
 

Function Documentation

◆ getpidhost()

function mxberry::system::getpidhost ( )

GETPIDHOST returns process id (PID) of current Matlab instance along with a host name it is running on.

*  Output:
*    pidHostStr: char[1,] - pid/host string in pid@host format
*    pid: double[1,1] - pid of current Matlab instance
*    hostName: char[1,] - host name
* 
Author
Peter Gagarinov, PhD pgaga.nosp@m.rino.nosp@m.v@gma.nosp@m.il.c.nosp@m.om

◆ getuserhost()

function mxberry::system::getuserhost ( )
Author
Peter Gagarinov, PhD pgaga.nosp@m.rino.nosp@m.v@gma.nosp@m.il.c.nosp@m.om

◆ getuuid()

function mxberry::system::getuuid ( )

GETUUID returns a random UUID (Universally Unique IDentifier)

*  Output:
*    uuidStr: char[1,] - a string representation of the UUID (see
*      http://java.sun.com/j2se/1.5.0/docs/api/java/util/UUID.html#toString()
*      for details). Example: '6e8349f6-df71-41bd-8230-1fe32cd3e058'
*    leastSignificantBits: int64[1,1] - least significant 64 bits of this
*      UUID's 128 bit value
*    mostSignificantBits: int64[1,1] - most significant 64 bits of this
*      UUID's 128 bit value
* 
Author
Peter Gagarinov, PhD pgaga.nosp@m.rino.nosp@m.v@gma.nosp@m.il.c.nosp@m.om