Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
et ça continue, encore et encore...
[simgrid.git] / doc / doxygen / inside_extending.doc
index 1a7f221..2aba2a5 100644 (file)
@@ -35,7 +35,7 @@ the classes of the corresponding interfaces.
 For instance, if you want to add a new cup model called `Plop`, create two files
 cpu_plop.hpp and cpu_plop_cpp which contains classes CpuPlopModel, CpuPlop and
 CpuPlopAction implementing respectively the interfaces CpuModel, Cpu and
-CpuAction. You also need to define a initializing function like this:
+CpuAction. You also need to define an initializing function like this:
 
 ~~~~
 void surf_cpu_model_init_plop()
@@ -164,7 +164,7 @@ generates the following files:
   Helper functions to get and set simcall arguments and results
 - popping_bodies.cpp:
   The BODY function of each simcall
-- popping_enum.h:
+- popping_enum.hpp:
   Definition of type `enum e_smx_simcall_t` (one value per existing simcall)
 - popping_generated.cpp:
   Definitions of `simcall_names[]` (debug name of each simcall), and