Home2L - Python API v1.4-0-g38cc (2024-05-25)
Smart Tools for a Private Home
Functions
Directory Services

Description

Querying local metadata (for interactive debugging).

More details can be found in the C/C++ API documentation.

Collaboration diagram for Directory Services:

Functions

def RcGetHosts ()
 
def RcGetHost (*args)
 
def RcGetHostId (host)
 
def RcLocalHostId ()
 
def RcHosts ()
 Return a list of all known hosts (including our own one as #0). More...
 
def RcGetDrivers ()
 
def RcGetDriver (*args)
 
def RcGetDriverId (cur)
 
def RcDrivers ()
 Return a list of all locally defined drivers. More...
 
def RcLockHostResources (host)
 
def RcGetHostResource (host, n)
 
def RcUnlockHostResources (host)
 
def RcLockDriverResources (driver)
 
def RcGetDriverResource (driver, n)
 
def RcUnlockDriverResources (driver)
 
def RcHostResources (hostName)
 Return all known resources of a remote host. More...
 
def RcDriverResources (driverName)
 Return all local resources managed by a driver. More...
 
def RcResources ()
 Return a complete list of all known resources. More...
 

Function Documentation

◆ RcGetHosts()

def RcGetHosts ( )
RcGetHosts() -> int

◆ RcGetHost()

def RcGetHost ( args)
    RcGetHost(int n) -> CRcHost
    RcGetHost(char const * id) -> CRcHost *

◆ RcGetHostId()

def RcGetHostId (   host)
RcGetHostId(CRcHost * host) -> char const *

◆ RcLocalHostId()

def RcLocalHostId ( )
RcLocalHostId() -> char const *

◆ RcHosts()

def RcHosts ( )

Return a list of all known hosts (including our own one as #0).

Return a list of all known hosts (including our own one as #0).

◆ RcGetDrivers()

def RcGetDrivers ( )
RcGetDrivers() -> int

◆ RcGetDriver()

def RcGetDriver ( args)
  RcGetDriver(int n) -> CRcDriver
  RcGetDriver(char const * lid) -> CRcDriver *

◆ RcGetDriverId()

def RcGetDriverId (   cur)
RcGetDriverId(CRcDriver * cur) -> char const *

◆ RcDrivers()

def RcDrivers ( )

Return a list of all locally defined drivers.

Return a list of all locally defined drivers.

◆ RcLockHostResources()

def RcLockHostResources (   host)
RcLockHostResources(CRcHost * host) -> int

◆ RcGetHostResource()

def RcGetHostResource (   host,
  n 
)
RcGetHostResource(CRcHost * host, int n) -> CResource

◆ RcUnlockHostResources()

def RcUnlockHostResources (   host)
RcUnlockHostResources(CRcHost * host)

◆ RcLockDriverResources()

def RcLockDriverResources (   driver)
RcLockDriverResources(CRcDriver * driver) -> int

◆ RcGetDriverResource()

def RcGetDriverResource (   driver,
  n 
)
RcGetDriverResource(CRcDriver * driver, int n) -> CResource

◆ RcUnlockDriverResources()

def RcUnlockDriverResources (   driver)
RcUnlockDriverResources(CRcDriver * driver)

◆ RcHostResources()

def RcHostResources (   hostName)

Return all known resources of a remote host.

Return all known resources of a host. '/local' is an alias for the local host ID.

◆ RcDriverResources()

def RcDriverResources (   driverName)

Return all local resources managed by a driver.

Return all local resources managed by a driver.

◆ RcResources()

def RcResources ( )

Return a complete list of all known resources.

Return a complete list of all known resources.