ChimeraTK-DeviceAccess  03.18.00
RawUioAccess Class Reference

Public Member Functions

 RawUioAccess (const std::string &filePath, const std::string &mapFile)
 
 ~RawUioAccess ()
 
void sendInterrupt () const
 
size_t getMemorySize () const
 
void * data ()
 
template<typename T >
read (const std::string &name)
 
template<typename T >
void write (const std::string &name, T value)
 

Detailed Description

Definition at line 63 of file testUioBackendUnified.cpp.

Constructor & Destructor Documentation

◆ RawUioAccess()

RawUioAccess::RawUioAccess ( const std::string &  filePath,
const std::string &  mapFile 
)
explicit

Definition at line 88 of file testUioBackendUnified.cpp.

+ Here is the call graph for this function:

◆ ~RawUioAccess()

RawUioAccess::~RawUioAccess ( )

Definition at line 122 of file testUioBackendUnified.cpp.

Member Function Documentation

◆ data()

void * RawUioAccess::data ( )

Definition at line 143 of file testUioBackendUnified.cpp.

+ Here is the caller graph for this function:

◆ getMemorySize()

size_t RawUioAccess::getMemorySize ( ) const

Definition at line 137 of file testUioBackendUnified.cpp.

◆ read()

template<typename T >
T RawUioAccess::read ( const std::string &  name)

Definition at line 150 of file testUioBackendUnified.cpp.

+ Here is the call graph for this function:

◆ sendInterrupt()

void RawUioAccess::sendInterrupt ( ) const

Definition at line 130 of file testUioBackendUnified.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ write()

template<typename T >
void RawUioAccess::write ( const std::string &  name,
value 
)

Definition at line 158 of file testUioBackendUnified.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: