CSystem

class CSystem : virtual public ISystem
CSystem::CSystem(std::string address)

Constructs a new system for discovering top-controller(s) matching the given address.

Parameters

address – Host specification optionally followed by a port number, i.e. host:port.

Throws