PX4 Firmware
PX4 Autopilot Software http://px4.io
BlockingList.hpp File Reference

A blocking intrusive linked list. More...

#include "List.hpp"
#include "LockGuard.hpp"
#include <pthread.h>
#include <stdlib.h>
Include dependency graph for BlockingList.hpp:

Go to the source code of this file.

Classes

class  BlockingList< T >
 

Detailed Description

A blocking intrusive linked list.

Definition in file BlockingList.hpp.