GetUpdatable¶
-
virtual PUpdatable IController::GetUpdatable(const std::string &name) = 0¶
Gets the updatables with the specified name.
- Parameters
name – Name of the updatable.
- Returns
PUpdatable – The updatable with the specified name.
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.