LLC2_API
Functions
example.c File Reference

null control system example. More...

#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#include <assert.h>
#include "ll2-api.h"

Go to the source code of this file.

Functions

int main (int argc, const char *argv[])

Detailed Description

null control system example.

Simplest "null control system": outputs and fills user buffers no data change, no use of data.

Definition in file example.c.


Function Documentation

int main ( int  argc,
const char *  argv[] 
)

Definition at line 41 of file example.c.

References RtArm(), RtDone(), RtIO(), and RtSetup().