Defensive C++ Arduino Programming by Delsol Michèle

Defensive C++ Arduino Programming by Delsol Michèle

Author:Delsol, Michèle
Language: eng
Format: epub
Publisher: Self-publish via Amazon
Published: 2023-08-19T00:00:00+00:00


The application which handles reporting uses enums as indices into the class CandFnames to extract names from corresponding arrays.

From a practical perspective, manually adding the required enum lists, structure items and adding class and function IDs to source code is feasible for small applications (10 classes, 50 to 100 functions). If the application is large, doing the required work manually becomes overwhelming and error prone. It needs to be automated - this process is referred to as instrumentation. I started work on a Perl program to generate the support files and insert into source code the necessary class and function IDs. See the next section which deals with inserting the code (instrumenting ) to accomplish the work and Class and Function Names Referencing Framework (appendix) (page 276).

Class and Function Names Referencing Framework instrumentation



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.