|
group2 0.1.0
CSE 125 Group 2
|
This is the complete list of members for Bot, including all inherited members.
| Bot()=default | Bot | |
| Bot(const Bot &)=delete | Bot | |
| Bot(Bot &&)=delete | Bot | |
| botId_ | Bot | private |
| client_ | Bot | private |
| closeObservationLog() noexcept | Bot | private |
| closeShotsLog() noexcept | Bot | private |
| getCurrentRttMs() const | Bot | |
| init(const std::string &host, Uint16 port, int botId) | Bot | |
| initialized_ | Bot | private |
| input_ | Bot | private |
| inputRing_ | Bot | private |
| isReady() const | Bot | inline |
| join() | Bot | |
| k_tickHz | Bot | static |
| localPlayerReady_ | Bot | private |
| obsCsv_ | Bot | private |
| openObservationLog() | Bot | private |
| openShotsLog() | Bot | private |
| operator=(const Bot &)=delete | Bot | |
| operator=(Bot &&)=delete | Bot | |
| predictTick_ | Bot | private |
| prevShootingForLog_ | Bot | private |
| ready_ | Bot | private |
| registry_ | Bot | private |
| runLoop(const std::atomic< bool > &stopFlag) | Bot | private |
| setSimulatedLatencyMs(int totalMs) | Bot | |
| setSimulatedLossPercent(int percent) | Bot | |
| setupLocalPlayerCallback() | Bot | private |
| shotsCsv_ | Bot | private |
| start(const std::atomic< bool > &stopFlag) | Bot | |
| thread_ | Bot | private |
| writeObservationLog() | Bot | private |
| writeShotIntent(std::uint16_t shooterClientId, std::uint32_t shotInputTick, const glm::vec3 &origin, const glm::vec3 &direction, std::uint16_t intendedTargetClientId, const glm::vec3 &intendedTargetPos, float intendedTargetDist, bool botRayHit, std::uint16_t botHitClientId, const glm::vec3 &botHitPos, float botHitDist) | Bot | private |
| ~Bot() | Bot |