Skip to content

Commit

Permalink
minor CPHDWriter tweaks from another branch (#641)
Browse files Browse the repository at this point in the history
* the declaration of DataWriter is long enough to be annoying, put it in a separate file

* DataWriter changes from feature/s3-cphd branch

* chain constructors
  • Loading branch information
J. Daniel Smith authored Apr 12, 2023
1 parent 464ff72 commit 5430860
Show file tree
Hide file tree
Showing 10 changed files with 515 additions and 453 deletions.
1 change: 1 addition & 0 deletions six/modules/c++/cphd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ coda_add_module(
source/CPHDXMLParser.cpp
source/Channel.cpp
source/Data.cpp
source/DataWriter.cpp
source/Dwell.cpp
source/ErrorParameters.cpp
source/FileHeader.cpp
Expand Down
2 changes: 2 additions & 0 deletions six/modules/c++/cphd/cphd.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
<ClInclude Include="include\cphd\CPHDXMLControl.h" />
<ClInclude Include="include\cphd\CPHDXMLParser.h" />
<ClInclude Include="include\cphd\Data.h" />
<ClInclude Include="include\cphd\DataWriter.h" />
<ClInclude Include="include\cphd\Dwell.h" />
<ClInclude Include="include\cphd\Enums.h" />
<ClInclude Include="include\cphd\ErrorParameters.h" />
Expand Down Expand Up @@ -156,6 +157,7 @@
<ClCompile Include="source\CPHDXMLControl.cpp" />
<ClCompile Include="source\CPHDXMLParser.cpp" />
<ClCompile Include="source\Data.cpp" />
<ClCompile Include="source\DataWriter.cpp" />
<ClCompile Include="source\Dwell.cpp" />
<ClCompile Include="source\ErrorParameters.cpp" />
<ClCompile Include="source\FileHeader.cpp" />
Expand Down
Loading

0 comments on commit 5430860

Please sign in to comment.