ctrlX Data Layer API for Python  3.3.0
The ctrlX Data Layer API allows access to the ctrlX Data Layer with Python
Factory Class Reference

Public Member Functions

def __init__ (self, C_DLR_FACTORY c_factory)
 
Client create_client (self, str remote)
 
Provider create_provider (self, str remote)
 
def get_handle (self)
 

Detailed Description

Factory class.

Definition at line 11 of file factory.py.

Member Function Documentation

◆ create_client()

Client create_client (   self,
str  remote 
)

Creates a client for accessing data of the system.

Parameters
[in]remoteRemote address of the data layer
Returns
<Client>

Definition at line 32 of file factory.py.

References Factory.__factory.

◆ create_provider()

Provider create_provider (   self,
str  remote 
)

Creates a provider to provide data to the datalayer.

Parameters
[in]remoteRemote address of the data layer
Returns
<Provider>

Definition at line 43 of file factory.py.

References Factory.__factory.