softwaredevelopment
-
State Chart XML SCXML - Generating C Code Using XMLStarlet
Tags: embeddedsystems softwaredevelopmentSCXML stands for State Chart XML: State Machine Notation for Control Abstraction. It is an XML-base markup language that provides a generic state-machine-based execution environment based on Harel statecharts. Read More
-
Reading XML Files in C++ (libxml2)
Tags: softwaredevelopmentXML files could be very useful for many kind of application, as configuration storage, software interface, resource for code generator, etc. Read More
-
Setting up Uncrustify Tool for Git Automation (C/C++ Languages)
Tags: softwaredevelopmentUncrustify is a tool used to fit a standard for a program language aplying style according to the configuration file, it turns the code as a standardized code. This tool is very used in cases of large projects that is difficult to disseminate a coding conventions or in cases of each team member u... Read More
-
Test Coverage Using Google Test, GCov and LCov
Tags: softwaredevelopmentThis post will describe a setup to start working with test coverage. First of all, I would like to highlight the GitHub link of this project BraveCoverage It is related to a very small piece of code to demonstrate how to start a project providing test coverage metrics. But why this is important?... Read More
-
Base Project to Use GTest and GMock for Unit Tests
Tags: softwaredevelopment embeddedsystemsThe goal of this post is to create a base to be used in all unit tests project that uses google test and google mock framework. Here I am configuring the environment for a Debian distribution and, of course, the commands below is valid only for distribution Debian based. So, first thing first, we... Read More
Popular Tags
digitalprocessing
softwaredevelopment
computernetwork
embeddedsystems
reverseengineering
security
rf
control