GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Macros
Shutdown.h File Reference
#include "colony_config.h"
#include "Cpl/Container/Item.h"
Include dependency graph for Shutdown.h:

Go to the source code of this file.

Classes

class  Cpl::System::Shutdown
 This class defines methods for forcibly terminating the application. More...
 
class  Cpl::System::Shutdown::Handler
 This call defines the callback interface that is used when the application is shutdown. More...
 

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::System
 The System namespace contains platform independent foundation abstractions and classes related to program execution.
 

Macros

#define OPTION_CPL_SYSTEM_SHUTDOWN_SUCCESS_ERROR_CODE   0
 Specifies the default value used for the application exit code when terminating 'successfully'.
 
#define OPTION_CPL_SYSTEM_SHUTDOWN_FAILURE_ERROR_CODE   1
 Specifies the default value used for the application exit code when terminating 'on a failure'.
 

Macro Definition Documentation

◆ OPTION_CPL_SYSTEM_SHUTDOWN_FAILURE_ERROR_CODE

#define OPTION_CPL_SYSTEM_SHUTDOWN_FAILURE_ERROR_CODE   1

Specifies the default value used for the application exit code when terminating 'on a failure'.

◆ OPTION_CPL_SYSTEM_SHUTDOWN_SUCCESS_ERROR_CODE

#define OPTION_CPL_SYSTEM_SHUTDOWN_SUCCESS_ERROR_CODE   0

Specifies the default value used for the application exit code when terminating 'successfully'.