aboutsummaryrefslogtreecommitdiff
path: root/apps/position_estimator_mc/codegen/randn.h
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-04-26 11:27:26 -0700
committerpx4dev <px4@purgatory.org>2013-04-26 11:27:26 -0700
commit3acdc9d4ce3d83af6bb7f953e466620be690658e (patch)
treec1c792b44f7454ce36a288034179764ebc355daa /apps/position_estimator_mc/codegen/randn.h
parent8224adf52a126105c72e41db2ba35b1aaed3e301 (diff)
parent556a017444b809c18e2ce495a2fd00380960e0f4 (diff)
downloadpx4-firmware-3acdc9d4ce3d83af6bb7f953e466620be690658e.tar.gz
px4-firmware-3acdc9d4ce3d83af6bb7f953e466620be690658e.tar.bz2
px4-firmware-3acdc9d4ce3d83af6bb7f953e466620be690658e.zip
Merge branch 'master' into export-build
Diffstat (limited to 'apps/position_estimator_mc/codegen/randn.h')
-rwxr-xr-xapps/position_estimator_mc/codegen/randn.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/apps/position_estimator_mc/codegen/randn.h b/apps/position_estimator_mc/codegen/randn.h
new file mode 100755
index 000000000..8a2aa9277
--- /dev/null
+++ b/apps/position_estimator_mc/codegen/randn.h
@@ -0,0 +1,33 @@
+/*
+ * randn.h
+ *
+ * Code generation for function 'randn'
+ *
+ * C source code generated on: Tue Feb 19 15:26:32 2013
+ *
+ */
+
+#ifndef __RANDN_H__
+#define __RANDN_H__
+/* Include files */
+#include <math.h>
+#include <stddef.h>
+#include <stdlib.h>
+#include <string.h>
+#include "rt_nonfinite.h"
+
+#include "rtwtypes.h"
+#include "kalman_dlqe3_types.h"
+
+/* Type Definitions */
+
+/* Named Constants */
+
+/* Variable Declarations */
+
+/* Variable Definitions */
+
+/* Function Declarations */
+extern real_T randn(void);
+#endif
+/* End of code generation (randn.h) */