OSVR-Core
|
Header to register a handler for cross-platform shutdown/terminate signals. More...
Go to the source code of this file.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::server | |
Server functionality. | |
Macros | |
#define | OSVR_USE_POSIX_SIGNAL_SHUTDOWN_HANDLER |
Typedefs | |
typedef void(* | osvr::server::ShutdownHandler) () |
The type of a shutdown handler callback. | |
Header to register a handler for cross-platform shutdown/terminate signals.
WARNING: includes windows.h
on Windows platforms, can't prevent it!
#define OSVR_USE_POSIX_SIGNAL_SHUTDOWN_HANDLER |