ksys/phys: Add easy RigidBodyRequestMgr functions

This commit is contained in:
Léo Lam
2022-01-17 01:41:49 +01:00
parent 4eb07ca88c
commit 05abdf7e77
5 changed files with 37 additions and 8 deletions
@@ -29,6 +29,7 @@ public:
void freeBuffer() { mBuffer.freeBuffer(); }
int getSize() const { return mWriteIdx - mReadIdx; }
int getCapacity() const { return mBuffer.size(); }
/// Pop an element from the front of the queue. Non-blocking.