GetParameterSetNames¶
- 
virtual std::vector<std::string> IRobot::GetParameterSetNames() const = 0¶
- Gets the names of the lockable parameter sets for this robot. - Returns
- std::vector<std::string> – The names of the parameter sets. 
- Throws
- CCommunicationErrorException– Protocol error.
- CConnectionLostException– Connection to controller lost.
- CRebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.