Skip to content

fdcl-gwu/fdcl_serialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FDCL Serialization Class

This library provides a C++ tool to save variables into a binary buffer or read variables from a binary buffer.

Check full documentation for more details.

Contributing

  • Anyone is welcome to contribute, but make sure you follow the existing coding style.
  • Make sure to document all your changes/additions with Doxygen style comments.

Generating the Documentation

Document generation is done with Doxygen If you do not have Doxygen, install it first

sudo apt-get install -y doxygen graphviz

Use Doxygen to generate the documentation

cd docs/Doxygen
doxygen Doxygen

This will generate the documentation. Commit and push to update the online documentation.

About

A C++ tool to save variables into a binary buffer or read variables from a binary buffer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published