Skip to content

Commit

Permalink
update example1
Browse files Browse the repository at this point in the history
  • Loading branch information
willeccles committed Apr 18, 2022
1 parent 1f841c0 commit e6a77b0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
11 changes: 10 additions & 1 deletion examples/examplemodel1/src/model.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Auto-generated VeriStand model interface code for my_new_model.
*
* Generated Mon Apr 18 10:30:58 2022
*
* You almost certainly do NOT want to edit this file, as it may be overwritten
* at any time!
*/

#include "ni_modelframework.h"
#include "model.h"

Expand Down Expand Up @@ -124,7 +133,7 @@ int32_t USER_TakeOneStep(double* inData, double* outData, double timestamp) {
return my_new_model_Step(inports, outports, timestamp);
}

int32_t USER_ModelFinalize(void) {
int32_t USER_Finalize(void) {
return my_new_model_Finalize();
}

Expand Down
9 changes: 9 additions & 0 deletions examples/examplemodel1/src/model.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Auto-generated VeriStand model types for my_new_model.
*
* Generated Mon Apr 18 10:30:58 2022
*
* You almost certainly do NOT want to edit this file, as it may be overwritten
* at any time!
*/

#ifndef MY_NEW_MODEL_MODEL_H
#define MY_NEW_MODEL_MODEL_H

Expand Down

0 comments on commit e6a77b0

Please sign in to comment.