MIRA
Classes | Namespaces
ServiceCall.h File Reference

Class that acts as a proxy for rpc service calls to provide a function like interface. More...

#include <fw/Framework.h>
Include dependency graph for ServiceCall.h:

Go to the source code of this file.

Classes

class  ServiceCall< typename >
 
class  ServiceCall< Ret(ARGS...)>
 A ServiceCall is a proxy for a specific method of a specific service, providing a functor-like interface to that method, and encapsulation for checking the availability of the service and method (name, signature). More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Detailed Description

Class that acts as a proxy for rpc service calls to provide a function like interface.

Author
Tom Mehner
Date
2023/12/04