Skip to content

feat: Create datawriter class#22

Merged
MichalSzandar merged 15 commits into
mainfrom
feat/create-datawriter-class
Jun 17, 2026
Merged

feat: Create datawriter class#22
MichalSzandar merged 15 commits into
mainfrom
feat/create-datawriter-class

Conversation

@M1KUS3Q

@M1KUS3Q M1KUS3Q commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Create DataWriter class and Marker, EEGData struct stubs, along with 2 basic unit tests for the DataWriter.

resolves #7

@M1KUS3Q M1KUS3Q linked an issue Jun 8, 2026 that may be closed by this pull request
Comment thread include/DataWriter.hpp Outdated
Comment thread include/DataWriter.hpp Outdated
Comment thread include/DataWriter.hpp Outdated
Comment thread src/DataWriter.cpp Outdated
Comment thread src/DataWriter.cpp Outdated
Comment thread src/DataWriter.cpp Outdated

@MichalSzandar MichalSzandar left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

  • Create IDataFormatStrategy virtual class
  • add unique_ptr< IDataFormatStrategy> in DataWriter

Comment thread include/datawriter/DataWriter.hpp Outdated
Comment thread src/datawriter/DataWriter.cpp Outdated
Comment thread src/datawriter/DataWriter.cpp Outdated
@M1KUS3Q M1KUS3Q requested a review from MichalSzandar June 11, 2026 14:12
Comment thread src/datawriter/DataWriter.cpp Outdated
Comment thread include/datawriter/IDataFormatStrategy.hpp Outdated
Comment thread include/data_structures/EEGData.hpp
@MichalSzandar MichalSzandar force-pushed the feat/create-datawriter-class branch from 828c88b to 0a5693d Compare June 17, 2026 14:36
@MichalSzandar MichalSzandar merged commit 5a43f7b into main Jun 17, 2026
1 check passed
@MichalSzandar MichalSzandar deleted the feat/create-datawriter-class branch June 17, 2026 14:41
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.

create DataWriter class

2 participants