F´ Flight Software - C/C++ Documentation  NASA-v1.5.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
TaskRoot.cpp File Reference
#include <Os/Task.hpp>
#include <Fw/Types/Assert.hpp>
#include <sys/types.h>
#include <unistd.h>
#include <Fw/Logger/Logger.hpp>
#include <pthread.h>
#include <errno.h>
#include <string.h>
#include <time.h>
#include <stdio.h>

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 22 of file TaskRoot.cpp.

Typedef Documentation

◆ pthread_func_ptr

typedef void*(* pthread_func_ptr) (void *)

Definition at line 24 of file TaskRoot.cpp.