Open Lighting Architecture
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
ola::rpc Namespace Reference

Detailed Description

The RPC (Remote Procedure Call) system.

Classes

class  SimpleRpcController
class  OutstandingRequest
class  OutstandingResponse
class  StreamRpcChannel
 The RPC channel used to communicate between the client and the server. This implementation runs over a ConnectedDescriptor which means it can be used over TCP or pipes. More...
class  StreamRpcHeader