|
SDDS ToolKit Programs and Libraries for C and Python
|
Demonstrates writing every SDDS scalar type with SDDS++.
This is the C++ counterpart of SDDSlib/demo/sdds_write_demo.c. It writes parameters, arrays, and columns to two pages of an ASCII SDDS file.
Definition in file sddspp_write_demo.cc.
#include "SDDS.hpp"#include <cstdint>#include <exception>#include <filesystem>#include <iostream>#include <optional>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| Writes an SDDS++ example file. | |
| int main | ( | int | argc, |
| char ** | argv ) |
Writes an SDDS++ example file.
| argc | Argument count; an optional output path may be supplied. |
| argv | Argument vector. |
Definition at line 193 of file sddspp_write_demo.cc.