Skip to content
Snippets Groups Projects
Commit b4eccf4c authored by Torsten Merz's avatar Torsten Merz
Browse files

added functions to pingpong example for compilation without io port service tasks

parent e095ae98
No related branches found
No related tags found
No related merge requests found
/*
**************************************************************************
* SOURCE FILE
**************************************************************************
*
* user_nrt.c - non-real-time user esm task functions
*
**************************************************************************
*/
/**
**************************************************************************
* \file nrt.c
* \brief na
* \author na
* \version na
* \date na
**************************************************************************
*/
/*
**************************************************************************
* INCLUDES
**************************************************************************
*/
#include <stdlib.h>
#include <stdio.h>
#include "smi.h"
#include "rtshm.h"
/*
**************************************************************************
* GLOBALS
**************************************************************************
*/
/*
**************************************************************************
* NRT TASK MAIN
**************************************************************************
*/
void allocIoPorts(taskStateStruct *taskState
// Input Flags:
// Output Flags: error
// NRT
) {}
void parseIoPorts(taskStateStruct *taskState
// Input Flags:
// Output Flags: error missing
// NRT
) {}
void releaseIoPorts(taskStateStruct *taskState
// Input Flags:
// Output Flags:
// NRT
) {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment