Embedded Artistry Framework
Embedded Systems C++ Framework
Classes | Namespaces | Typedefs | Enumerations
event.hpp File Reference
#include <cstdint>
#include <type_safe/boolean.hpp>
Include dependency graph for event.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  embvm::EventBase
 Base class for events. More...
 

Namespaces

 embvm
 Embedded framework core interfaces, classes, and definitions.
 

Typedefs

using embvm::Signal_t = uint32_t
 Signal type which is used for function inputs. More...
 

Enumerations

enum  embvm::Signal {
  embvm::Event_Invalid = 0, embvm::Event_ProcessorInitd, embvm::Event_HwPlatformInitd, embvm::Event_PlatformInitd,
  embvm::Event_EXTENSION_START
}
 Default framework event signal definitions. More...