Lines Matching full:generator
1 # Extending `cper-generator` With OEM Sections
3 Much like `cper-parse`, `cper-generator` supports the addition of arbitrary OEM
4 sections as extensions. This document details how an OEM section generator could
7 ## Creating a Section Generator
9 The first step is to create the generator itself. To do this, you should create
12 sake of example, we will create a generator for a fake OEM section
18 //Section generator function predefinitions.
67 ## Adding a Generator Definition
70 finally add it to the generator definitions for `cper-generate`. To do this,
71 edit `sections/gen-section.c` and add your generator definition to the
78 * Describes available section generators to the CPER generator.
82 #include <libcper/generator/sections/gen-section.h>