Changeset 293 in Sophya for trunk/SophyaPI/PIext/dlftypes.h


Ignore:
Timestamp:
May 11, 1999, 6:04:58 AM (26 years ago)
Author:
ercodmgr
Message:

Adaptation aux "normes DPC", introduction des classes CmdExecutor, ...
Fenetre d'aide en lignes, gestion de modules, ... Reza 11/05/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/dlftypes.h

    r171 r293  
    1818typedef int (* PlotExprFunc) (float* x, float* rx, float* ry, float* rz, float* wt);
    1919typedef void (* DlUserProcFunction) (vector<string>& args);
     20typedef void (* DlFunction) ();
     21typedef void (* DlModuleInitEndFunction) ();
    2022
    2123#endif
Note: See TracChangeset for help on using the changeset viewer.