21 lines
468 B
C
21 lines
468 B
C
//
|
|
// Academic License - for use in teaching, academic research, and meeting
|
|
// course requirements at degree granting institutions only. Not for
|
|
// government, commercial, or other organizational use.
|
|
//
|
|
// controller_data.h
|
|
//
|
|
// Code generation for function 'controller_data'
|
|
//
|
|
|
|
#ifndef CONTROLLER_DATA_H
|
|
#define CONTROLLER_DATA_H
|
|
|
|
// Include files
|
|
#include "rtwtypes.h"
|
|
#include <cstddef>
|
|
#include <cstdlib>
|
|
|
|
#endif
|
|
// End of code generation (controller_data.h)
|