CIRCT 21.0.0git
Loading...
Searching...
No Matches
Classes | Public Member Functions | Private Attributes | List of all members
esi::services::CallService Class Reference

Service for servicing function calls from the accelerator. More...

#include <Services.h>

Inheritance diagram for esi::services::CallService:
Inheritance graph
[legend]
Collaboration diagram for esi::services::CallService:
Collaboration graph
[legend]

Classes

class  Callback
 A function call which gets attached to a service port. More...
 

Public Member Functions

 CallService (AcceleratorConnection &acc, AppIDPath id, ServiceImplDetails details)
 
virtual std::string getServiceSymbol () const override
 
virtual BundlePortgetPort (AppIDPath id, const BundleType *type) const override
 Get specialized port for this service to attach to the given appid path.
 
- Public Member Functions inherited from esi::services::Service
 Service (AcceleratorConnection &conn)
 
virtual ~Service ()=default
 
virtual ServicegetChildService (Service::Type service, AppIDPath id={}, std::string implName={}, ServiceImplDetails details={}, HWClientDetails clients={})
 Create a "child" service of this service.
 
AcceleratorConnectiongetConnection () const
 

Private Attributes

std::string symbol
 

Additional Inherited Members

- Public Types inherited from esi::services::Service
using Type = const std::type_info &
 
- Protected Attributes inherited from esi::services::Service
AcceleratorConnectionconn
 

Detailed Description

Service for servicing function calls from the accelerator.

Definition at line 294 of file Services.h.

Constructor & Destructor Documentation

◆ CallService()

CallService::CallService ( AcceleratorConnection acc,
AppIDPath  id,
ServiceImplDetails  details 
)

Definition at line 218 of file Services.cpp.

References symbol.

Member Function Documentation

◆ getPort()

BundlePort * CallService::getPort ( AppIDPath  id,
const BundleType type 
) const
overridevirtual

Get specialized port for this service to attach to the given appid path.

Null returns mean nothing to attach.

Reimplemented from esi::services::Service.

Definition at line 228 of file Services.cpp.

References esi::services::Service::conn, esi::AcceleratorConnection::getEngineMapFor(), and esi::BundleEngineMap::requestPorts().

◆ getServiceSymbol()

std::string CallService::getServiceSymbol ( ) const
overridevirtual

Implements esi::services::Service.

Definition at line 226 of file Services.cpp.

References symbol.

Member Data Documentation

◆ symbol

std::string esi::services::CallService::symbol
private

Definition at line 337 of file Services.h.

Referenced by CallService(), and getServiceSymbol().


The documentation for this class was generated from the following files: