Classes | Namespaces | Defines | Functions
fosi_internal.cpp File Reference
#include "../ThreadInterface.hpp"
#include "fosi.h"
#include "../fosi_internal_interface.hpp"
#include "../../Logger.hpp"
#include <cassert>
#include <sys/time.h>
#include <sys/resource.h>
#include <iostream>
#include <cstdlib>
#include <sys/types.h>
#include <unistd.h>
#include <sys/syscall.h>
Include dependency graph for gnulinux/fosi_internal.cpp:

Go to the source code of this file.

Classes

struct  RTT::os::PosixCookie

Namespaces

namespace  RTT
 

Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.


namespace  RTT::os
 

OS Abstractions such as Mutexes, Semaphores and Threads.


Defines

#define INTERNAL_QUAL

Functions

INTERNAL_QUAL void * RTT::os::rtos_posix_thread_wrapper (void *cookie)
INTERNAL_QUAL int RTT::os::rtos_task_check_priority (int *scheduler, int *priority)
int RTT::os::rtos_task_check_scheduler (int *sched_type)
INTERNAL_QUAL int RTT::os::rtos_task_create (RTOS_TASK *task, int priority, unsigned cpu_affinity, const char *name, int sched_type, size_t stack_size, void *(*start_routine)(void *), ThreadInterface *obj)
INTERNAL_QUAL int RTT::os::rtos_task_create_main (RTOS_TASK *main_task)
void RTT::os::rtos_task_delete (RTOS_TASK *mytask)
INTERNAL_QUAL int RTT::os::rtos_task_delete_main (RTOS_TASK *main_task)
unsigned RTT::os::rtos_task_get_cpu_affinity (const RTOS_TASK *task)
const char * RTT::os::rtos_task_get_name (const RTOS_TASK *task)
unsigned int RTT::os::rtos_task_get_pid (const RTOS_TASK *task)
int RTT::os::rtos_task_get_priority (const RTOS_TASK *task)
int RTT::os::rtos_task_get_scheduler (const RTOS_TASK *t)
int RTT::os::rtos_task_is_self (const RTOS_TASK *task)
INTERNAL_QUAL void RTT::os::rtos_task_make_periodic (RTOS_TASK *mytask, NANO_TIME nanosecs)
int RTT::os::rtos_task_set_cpu_affinity (RTOS_TASK *task, unsigned cpu_affinity)
void RTT::os::rtos_task_set_period (RTOS_TASK *mytask, NANO_TIME nanosecs)
int RTT::os::rtos_task_set_priority (RTOS_TASK *task, int priority)
int RTT::os::rtos_task_set_scheduler (RTOS_TASK *t, int sched_type)
void RTT::os::rtos_task_set_wait_period_policy (RTOS_TASK *task, int policy)
int RTT::os::rtos_task_wait_period (RTOS_TASK *task)
INTERNAL_QUAL void RTT::os::rtos_task_yield (RTOS_TASK *)

Define Documentation

#define INTERNAL_QUAL

Definition at line 56 of file gnulinux/fosi_internal.cpp.



rtt
Author(s): RTT Developers
autogenerated on Thu Jan 2 2014 11:35:41