Skip to content

WIP ENH: Add data parsing function#2

Closed
larsoner wants to merge 6 commits into
masterfrom
parse
Closed

WIP ENH: Add data parsing function#2
larsoner wants to merge 6 commits into
masterfrom
parse

Conversation

@larsoner
Copy link
Copy Markdown
Owner

Closes LABSN#79.

@drammock this is be ready for review and discussion of how to change/adapt/extend the API, only WIP because it's missing an example. You can review it now if you want, but I think the example will make it easier for you to see the functionality.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added protection here. I'm surprised we didn't have this before. Basically if you call ec.play(), you need to call ec.stop() before calling ec.play() again. This will undoubtedly save users some pain of not understanding that the TDT must be stopped and reset (which happen in the stop method) before play actually means "play from the beginning".

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drammock this is an important check to save users some pain. Eventually we can add the other sanity checks we talked about today, too.

@larsoner
Copy link
Copy Markdown
Owner Author

CRAP opened this to the wrong master. My bad.

@larsoner larsoner closed this Apr 24, 2014
larsoner pushed a commit that referenced this pull request Jun 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

output cleaning / conversion

1 participant