1#ifndef OS_WRAPPER_EVENT_FLAG_FACTORY_H_INCLUDED
2#define OS_WRAPPER_EVENT_FLAG_FACTORY_H_INCLUDED
Definition EventFlagFactory.h:8
virtual void destroy(EventFlag *e)=0
virtual EventFlag * create(bool autoReset)=0
virtual ~EventFlagFactory()
Definition EventFlagFactory.h:10
Abstract class that has functions of common RTOS's event flag.
Definition EventFlag.h:24
OSWrapper provides abstract C++ interface of common RTOS: thread, mutex, event flag,...
Definition EventFlag.cpp:5