Querying local metadata (for interactive debugging).
More details can be found in the C/C++ API documentation.
◆ RcGetHosts()
◆ RcGetHost()
RcGetHost(int n) -> CRcHost
RcGetHost(char const * id) -> CRcHost *
◆ RcGetHostId()
RcGetHostId(CRcHost * host) -> char const *
◆ RcLocalHostId()
RcLocalHostId() -> char const *
◆ 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()
◆ RcGetDriver()
def RcGetDriver |
( |
* |
args | ) |
|
RcGetDriver(int n) -> CRcDriver
RcGetDriver(char const * lid) -> CRcDriver *
◆ RcGetDriverId()
RcGetDriverId(CRcDriver * cur) -> char const *
◆ 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()
Return a complete list of all known resources.
Return a complete list of all known resources.