Linux: added queue files for dataman support

The dataman module now works under linux using /tmp/dataman as the
file path. Two files from NuttX were added to the Linux impl for
single linked queue handling.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-03-13 17:53:39 -07:00
parent fd7863270e
commit 2abfb7a5be
5 changed files with 155 additions and 3 deletions
+3 -1
View File
@@ -40,7 +40,7 @@
* @author Thomas Gubler
*/
#include <px4_platform.h>
#include <px4_config.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
@@ -48,6 +48,8 @@
#include <systemlib/err.h>
#include <queue.h>
#include <string.h>
#include <semaphore.h>
#include <unistd.h>
#include "dataman.h"
#include <systemlib/param/param.h>