grt.cpp File Reference
#include "model.h"
#include <float.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "rtwtypes.h"
#include "rtmodel.h"
#include "rt_sim.h"
#include "rt_logging.h"
#include "ext_work.h"
#include <rosrtw/model_interface.h>
#include "grt.h"
Go to the source code of this file.
Define Documentation
| #define MODEL_INITIALIZE CONCAT(MODEL,_initialize) |
| #define MODEL_OUTPUT CONCAT(MODEL,_output) |
| #define MODEL_TERMINATE CONCAT(MODEL,_terminate) |
| #define MODEL_UPDATE CONCAT(MODEL,_update) |
| #define RT_MDL CONCAT(MODEL,_M) |
| #define rtExtModeSingleTaskUpload |
( |
S |
|
) |
|
Function Documentation
| void MODEL_INITIALIZE |
( |
void |
|
) |
|
| void MODEL_OUTPUT |
( |
void |
|
) |
|
| void MODEL_TERMINATE |
( |
void |
|
) |
|
| void MODEL_UPDATE |
( |
void |
|
) |
|