Contains the FIFO queue interface and implementation (inline). More...
Go to the source code of this file.
Classes | |
class | xsens::FifoQueue< T, E > |
A FIFO queue with limited length (cyclic). More... | |
class | xsens::FifoQueueBasic< T > |
A FIFO queue with limited length (cyclic). More... | |
Namespaces | |
namespace | xsens |
The namespace of all Xsens software since 2006. |
Contains the FIFO queue interface and implementation (inline).
Copyright (C) Xsens Technologies B.V., 2006. All rights reserved.
This source code is intended for use only by Xsens Technologies BV and those that have explicit written permission to use it from Xsens Technologies BV.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
Definition in file xsens_fifoqueue.h.