Sen API
Sen Libraries
Loading...
Searching...
No Matches
sen::RemoteObjectDiscovery Struct Reference

Holds information about a remote object that has been discovered. More...

#include <object_provider.h>

Public Attributes

ObjectId id
std::string name
ConstTypeHandle< ClassType > type
std::function< std::shared_ptr< impl::ProxyObject >(impl::WorkQueue *, const std::string &, ObjectOwnerId)> proxyMaker
InterestId interestId
ObjectOwnerId ownerId

Detailed Description

Holds information about a remote object that has been discovered.

Member Data Documentation

◆ id

ObjectId sen::RemoteObjectDiscovery::id

◆ name

std::string sen::RemoteObjectDiscovery::name

◆ type

ConstTypeHandle<ClassType> sen::RemoteObjectDiscovery::type

◆ proxyMaker

std::function<std::shared_ptr<impl::ProxyObject>(impl::WorkQueue*, const std::string&, ObjectOwnerId)> sen::RemoteObjectDiscovery::proxyMaker

◆ interestId

InterestId sen::RemoteObjectDiscovery::interestId

◆ ownerId

ObjectOwnerId sen::RemoteObjectDiscovery::ownerId

The documentation for this struct was generated from the following file: