Registry / serialization / libxdf

libxdf

JSON →
library0.99.9vcpkgunverified

C++ library for loading multimodal, multi-rate signals stored in XDF files.

vcpkg install libxdf
INSTALL
IMPORT
SIG · LIBXDF
L
libxdf
serializationcppv0.99.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xdf.h
#include <xdf.h>

Open an XDF file and list its streams

#include <xdf.h> #include <vector> int main() { xdf::XDFFile file; file.open("data.xdf"); std::vector<xdf::Stream> streams = file.streams(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.99.9latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

libxdf — pip install libxdf · libregistry