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
Task.cpp File Reference
#include <Os/Task.hpp>
#include <Fw/Types/Assert.hpp>
#include <sys/types.h>
#include <unistd.h>
#include <pthread.h>
#include <errno.h>
#include <string.h>
#include <time.h>
#include <stdio.h>
#include <Fw/Logger/Logger.hpp>

Go to the source code of this file.

Namespaces

 Os
 

Macros

#define DEBUG_PRINT(x, ...)
 

Typedefs

typedef void *(* pthread_func_ptr) (void *)
 

Macro Definition Documentation

◆ DEBUG_PRINT

#define DEBUG_PRINT (   x,
  ... 
)

Definition at line 23 of file Task.cpp.

Typedef Documentation

◆ pthread_func_ptr

typedef void*(* pthread_func_ptr) (void *)

Definition at line 20 of file Task.cpp.