Client_Server_Interface - HomeMadeRobots/Embedded_Software_Cpp_Framework GitHub Wiki

Implementation of Client_Server_Interfaces

A Client_Server_Interface is implemented in C++ by defining an abstract class.

Its Synchronous_Operations are implemented by aggregating pure virtual functions to the class.

Example