F´ Flight Software - C/C++ Documentation  NASA-v2.0.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
IPCQueue.cpp File Reference
#include <Fw/Types/Assert.hpp>
#include <Os/Queue.hpp>
#include <Os/IPCQueue.hpp>
#include <mqueue.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
#include <stdio.h>
#include <time.h>
#include <sys/time.h>
#include <pthread.h>

Go to the source code of this file.

Classes

class  Os::QueueHandle
 

Namespaces

 Os
 

Macros

#define IPC_QUEUE_TIMEOUT_SEC   (1)
 

Macro Definition Documentation

◆ IPC_QUEUE_TIMEOUT_SEC

#define IPC_QUEUE_TIMEOUT_SEC   (1)

Definition at line 23 of file IPCQueue.cpp.