17 #include <pia/common/common_definitions.h> 116 nn::os::LightEvent m_OsEvent;
117 #elif NN_PIA_WIN || NN_PIA_NIN_WIN 122 #error "Invalid platform"; This class represents events.
Definition: common_Event.h:37
Event()
Instantiates the object.
nn::os::LightEvent * GetRawLightEvent()
Gets this nn::os::LightEvent instance.
Definition: common_Event.h:107
void Reset()
Puts the event in the non-signal state.
bool TryWait()
Determines whether the event is in the signal state.
~Event()
Destroys the object.
void Wait()
Waits for the event to enter the signal state.
void Finalize()
Destroys an event.
void Initialize(bool bManualReset=true)
Initializes an event.
void Signal()
Puts the event in the signal state.