Registry / utility / libcorrect

libcorrect

JSON →
library2018-10-11vcpkgunverified

libcorrect is a library for Forward Error Correction

vcpkg install libcorrect
INSTALL
IMPORT
SIG · LIBCORRECT
L
libcorrect
utilitycppv2018-10-11
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.

correct.h
#include <correct.h>

Creates a convolutional error correction codec

#include "correct.h" #include <iostream> int main() { correct_convolutional* conv = correct_convolutional_create(4, 7, NULL, 0); if (conv) { std::cout << "Convolutional codec created" << std::endl; correct_convolutional_destroy(conv); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2018-10-11latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources

No resource links recorded.