GetAxisControls¶
- 
virtual std::map<std::string, PAxisControl> IAxisControlGroup::GetAxisControls() = 0¶
- Gets the collection of axis controls of this axis control group. - Returns
- std::map<std::string, PAxisControl> – Collection of axis controls of this axis control group. 
- Throws
- CCommunicationErrorException– Protocol error.
- CConnectionLostException– Connection to controller lost.
- CRebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.
- CObjectDestroyedException– Object is destroyed.