RTC Toolkit 4.0.1
Loading...
Searching...
No Matches
Classes | Namespaces
repository.py File Reference

Provides classes for interacting with the repositories asynchronously. More...

Classes

class  comms.repository.RepositoryControl
 Interface for accessing a repository deriving from RepositoryIf asynchronously. More...
 
class  comms.repository.RepositoryControl._ResponseContext
 
class  comms.repository.RepositoryControl.MetaData
 A named tuple of metadata fields read for a datapoint. More...
 
class  comms.repository.RepositoryControl.BatchRequest
 A class representing a batch of individual datapoint requests to be sent to the repository adapter for handling. More...
 
class  comms.repository.RepositoryControl.BatchRequest._GetChildrenRequest
 
class  comms.repository.RepositoryControl.BatchRequest._DataPointExistsRequest
 
class  comms.repository.RepositoryControl.BatchRequest._CreateDataPointRequest
 
class  comms.repository.RepositoryControl.BatchRequest._DeleteDataPointRequest
 
class  comms.repository.RepositoryControl.BatchRequest._ReadMetaDataRequest
 
class  comms.repository.RepositoryControl.BatchRequest._WriteMetaDataRequest
 
class  comms.repository.RepositoryControl.BatchRequest._ReadDataPointRequest
 
class  comms.repository.RepositoryControl.BatchRequest._WriteDataPointRequest
 
class  comms.repository._HandlerThread
 Implementation of a processing thread to handle requests to a repository adapter asynchronously. More...
 
class  comms.repository._PersistentHandlerThread
 Implementation of a processing thread to handle requests to PersistentRepoIf asynchronously. More...
 
class  comms.repository._RuntimeHandlerThread
 Implementation of a processing thread to handle requests to RuntimetRepoIf asynchronously. More...
 
class  comms.repository.PersistentRepoControl
 Interface for accessing the Persistent Configuration Repository asynchronously. More...
 
class  comms.repository.RuntimeRepoControl
 Interface for accessing the Runtime Configuration Repository asynchronously. More...
 
class  comms.repository.RuntimeRepoControl.BatchRequest
 A class representing a batch of individual datapoint requests to be sent to the repository adapter for handling. More...
 
class  comms.repository.RuntimeRepoControl.BatchRequest._SubscribeRequest
 
class  comms.repository.RuntimeRepoControl.BatchRequest._UnsubscribeRequest
 

Namespaces

namespace  comms
 
namespace  comms.repository
 

Detailed Description

Provides classes for interacting with the repositories asynchronously.