TwiceAsNice  2019-02-18
Classes | Namespaces
RfmInterfaceException.h File Reference

This file defines all kind of exception for the Reflective Memory. More...

#include <XineticsException.h>
Include dependency graph for RfmInterfaceException.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  Laos::Xinetics::RfmException
 generic Reflective Memory exception. More...
 
struct  Laos::Xinetics::invalidDevicePathException
 Exception: DevicePath is NULL or invalid. More...
 
struct  Laos::Xinetics::nullHandleException
 Exception: desrciptor is NULL. More...
 
struct  Laos::Xinetics::nullHandlePointerException
 Exception: Cannot initialize a non-NULL handle pointer. More...
 
struct  Laos::Xinetics::osException
 Exception: Operating system returned an error. More...
 
struct  Laos::Xinetics::closeDeviceException
 Exception: Device is not open. More...
 
struct  Laos::Xinetics::notImplementedException
 Exception: API function is not implemented in the driver. More...
 
struct  Laos::Xinetics::lowMemoryException
 Exception: A memory allocation failed. More...
 
struct  Laos::Xinetics::deviceNotFoundException
 Exception: No RFM2g device found. More...
 
struct  Laos::Xinetics::nullDataException
 Exception: Data buffer is NULL. More...
 
struct  Laos::Xinetics::unalignedLengthException
 Exception: Length is not aligned to data width. More...
 
struct  Laos::Xinetics::outOfRangeException
 Exception: Offset and Length is beyond the end of memory on RFM2G device. More...
 
struct  Laos::Xinetics::dmaException
 Exception: Direct Memory Access failed. More...
 
struct  Laos::Xinetics::unalignedOffsetException
 Exception: Offset not aligned with data size. More...
 
struct  Laos::Xinetics::readDataException
 Exception: Read operation failed. More...
 
struct  Laos::Xinetics::writeDataException
 Exception: Write operation failed. More...
 
struct  Laos::Xinetics::lSeekException
 Exception: Failure of lseek command. More...
 
struct  Laos::Xinetics::unalignedAddressException
 Exception: Data buffer is not aligned to data width. More...
 
struct  Laos::Xinetics::invalidEventTypeException
 Exception: EventType is invalid'. More...
 
struct  Laos::Xinetics::internalDriverException
 Exception: Internal driver error. More...
 
struct  Laos::Xinetics::invalideToNodeException
 Exception: Invalid ToNode. More...
 
struct  Laos::Xinetics::nodeIdSelfException
 Exception: Cannot send event to self. More...
 
struct  Laos::Xinetics::invalidEventInfoException
 Exception: EventInfo is NULL or EventInfo event has invalid event type. More...
 
struct  Laos::Xinetics::eventInUseException
 Exception: Event is already being waited on. More...
 
struct  Laos::Xinetics::eventNotInUseException
 Exception: No wait is pending for the event. More...
 
struct  Laos::Xinetics::waitEventTimeOutException
 Exception: Timed out waiting for event. More...
 
struct  Laos::Xinetics::waitEventCanceledException
 Exception: cancelWaitForEvent() called for this event. More...
 

Namespaces

 Laos
 
 Laos::Xinetics
 

Detailed Description

This file defines all kind of exception for the Reflective Memory.