Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write vs. append in unisens_utility_add_signalentry #6

Open
mkirst opened this issue Aug 15, 2016 · 0 comments
Open

Write vs. append in unisens_utility_add_signalentry #6

mkirst opened this issue Aug 15, 2016 · 0 comments

Comments

@mkirst
Copy link

mkirst commented Aug 15, 2016

Statt ‚append‘ wäre die ‚write‘ Option sinnvoller. Noch besser wäre Auswahlmglk. 'neu/überschreiben' <-> 'anhängen' <-> 'nur schreiben, falls noch nicht vorhanden' -> muss dann sowohl für Daten wie für das Unisens-Entry umgesetzt werden. {Zeile 86: h = fopen([path '' entryId], 'a'); }

Hinweis: Die Funktion 'unisens_utility_add_signalentry' dient dem Erstellen von xml-Entrys und dem Schreiben der zugehörigen Daten. Ist das Unisens-Entry bereits vorhanden, wird eine Exception geworfen. Existiert das Entry noch nicht, werden die Daten an eine ggf vorhandene Datendatei angehängt -> nicht sinnvoll!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant