Open Search
    database.h File Reference

    Classes

    struct  FunctionSettings
     
    struct  CommandSettings
     
    struct  ClassicCommandSettings
     
    struct  MenuEntry
     
    struct  StatisticsElement
     
    class  SDKDatabaseInterface
     

    Namespaces

     maxon
     

    Macros

    #define ADD_STARTUP_FUNCTION(function, action, test)
     
    #define ADD_NON_STARTUP_FUNCTION(function, action, test)
     

    Macro Definition Documentation

    ◆ ADD_STARTUP_FUNCTION

    #define ADD_STARTUP_FUNCTION (   function,
      action,
      test 
    )

    Macro to add a startup function. A function must be added to an existing action.

    ◆ ADD_NON_STARTUP_FUNCTION

    #define ADD_NON_STARTUP_FUNCTION (   function,
      action,
      test 
    )

    Macro to add a non-startup function. A function must be added to an existing action.