Mercurial > hg > beaglert
comparison include/WriteFile.h @ 395:a4e49a3d9948 prerelease
Updated WriteFile to be happy with const
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Tue, 14 Jun 2016 18:11:38 +0100 |
parents | e4392164b458 |
children |
comparison
equal
deleted
inserted
replaced
394:b6b13f669174 | 395:a4e49a3d9948 |
---|---|
88 * Set one or more lines to be printed at the end of the file. | 88 * Set one or more lines to be printed at the end of the file. |
89 * | 89 * |
90 * This is ignored in binary mode. | 90 * This is ignored in binary mode. |
91 */ | 91 */ |
92 void setFooter(const char* newFooter); | 92 void setFooter(const char* newFooter); |
93 void log(float* array, int length); | 93 void log(const float* array, int length); |
94 void log(float value); | 94 void log(float value); |
95 void init(const char* filename); | 95 void init(const char* filename); |
96 | 96 |
97 /** | 97 /** |
98 * Gets the distance between the write and read pointers of | 98 * Gets the distance between the write and read pointers of |