|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|
This is the complete list of members for tap::control::RemoteMapState, including all inherited members.
| getKeys() const | tap::control::RemoteMapState | inline |
| getLMouseButton() const | tap::control::RemoteMapState | inline |
| getLSwitch() const | tap::control::RemoteMapState | inline |
| getNegKeys() const | tap::control::RemoteMapState | inline |
| getNegKeysUsed() const | tap::control::RemoteMapState | inline |
| getRMouseButton() const | tap::control::RemoteMapState | inline |
| getRSwitch() const | tap::control::RemoteMapState | inline |
| initKeys(uint16_t keys) | tap::control::RemoteMapState | |
| initKeys(const std::list< tap::communication::serial::Remote::Key > &keySet) | tap::control::RemoteMapState | |
| initLMouseButton() | tap::control::RemoteMapState | |
| initLSwitch(tap::communication::serial::Remote::SwitchState ss) | tap::control::RemoteMapState | |
| initNegKeys(uint16_t negKeys) | tap::control::RemoteMapState | |
| initNegKeys(const std::list< tap::communication::serial::Remote::Key > &negKeySet) | tap::control::RemoteMapState | |
| initRMouseButton() | tap::control::RemoteMapState | |
| initRSwitch(tap::communication::serial::Remote::SwitchState ss) | tap::control::RemoteMapState | |
| MouseButton enum name | tap::control::RemoteMapState | |
| operator!=(const RemoteMapState &rms1, const RemoteMapState &rms2) | tap::control::RemoteMapState | |
| operator==(const RemoteMapState &rms1, const RemoteMapState &rms2) | tap::control::RemoteMapState | |
| RemoteMapState()=default | tap::control::RemoteMapState | |
| RemoteMapState(tap::communication::serial::Remote::SwitchState leftss, tap::communication::serial::Remote::SwitchState rightss, const std::list< tap::communication::serial::Remote::Key > &keySet, const std::list< tap::communication::serial::Remote::Key > &negKeySet, bool mouseButtonLeftPressed, bool mouseButtonRightPressed) | tap::control::RemoteMapState | |
| RemoteMapState(tap::communication::serial::Remote::Switch swh, tap::communication::serial::Remote::SwitchState switchState) | tap::control::RemoteMapState | |
| RemoteMapState(tap::communication::serial::Remote::SwitchState leftss, tap::communication::serial::Remote::SwitchState rightss) | tap::control::RemoteMapState | |
| RemoteMapState(const std::list< tap::communication::serial::Remote::Key > &keySet, const std::list< tap::communication::serial::Remote::Key > &negKeySet={}) | tap::control::RemoteMapState | |
| RemoteMapState(RemoteMapState::MouseButton button, const std::list< tap::communication::serial::Remote::Key > &keySet, const std::list< tap::communication::serial::Remote::Key > &negKeySet={}) | tap::control::RemoteMapState | |
| RemoteMapState(MouseButton button) | tap::control::RemoteMapState | |
| stateSubsetOf(const RemoteMapState &other) const | tap::control::RemoteMapState |