CppELib 1.7.0
|
#include "TestDoubleOSWrapper.h"
#include "TestDoubleThreadFactory.h"
#include "TestDoubleMutexFactory.h"
#include "TestDoubleEventFlagFactory.h"
#include "TestDoubleFixedMemoryPoolFactory.h"
#include "TestDoubleVariableMemoryPoolFactory.h"
#include "TestDoublePeriodicTimerFactory.h"
#include "TestDoubleOneShotTimerFactory.h"
#include "OSWrapper/Thread.h"
#include "OSWrapper/Mutex.h"
#include "OSWrapper/EventFlag.h"
#include "OSWrapper/FixedMemoryPool.h"
#include "OSWrapper/VariableMemoryPool.h"
#include "OSWrapper/PeriodicTimer.h"
#include "OSWrapper/OneShotTimer.h"
Namespaces | |
namespace | TestDoubleOSWrapper |
Implementation of OSWrapper for Test Double. | |
Functions | |
void | TestDoubleOSWrapper::init () |
Initialize the TestDoubleOSWrapper. | |