#include <RebotProtocol0.h>
Definition at line 16 of file RebotProtocol0.h.
◆ RebotProtocol0()
ChimeraTK::RebotProtocol0::RebotProtocol0 |
( |
boost::shared_ptr< Rebot::Connection > & |
tcpCommunicator | ) |
|
|
explicit |
◆ ~RebotProtocol0()
virtual ChimeraTK::RebotProtocol0::~RebotProtocol0 |
( |
| ) |
|
|
inlinevirtual |
◆ fetchFromRebotServer()
void ChimeraTK::RebotProtocol0::fetchFromRebotServer |
( |
uint32_t |
wordAddress, |
|
|
uint32_t |
numberOfWords, |
|
|
int32_t * |
dataLocation |
|
) |
| const |
◆ read()
void ChimeraTK::RebotProtocol0::read |
( |
uint32_t |
addressInBytes, |
|
|
int32_t * |
data, |
|
|
size_t |
sizeInBytes |
|
) |
| |
|
overridevirtual |
◆ sendHeartbeat()
void ChimeraTK::RebotProtocol0::sendHeartbeat |
( |
| ) |
|
|
overridevirtual |
◆ sendRebotReadRequest()
void ChimeraTK::RebotProtocol0::sendRebotReadRequest |
( |
const uint32_t |
wordAddress, |
|
|
const uint32_t |
wordsToRead |
|
) |
| const |
◆ transferVectorToDataPtr()
void ChimeraTK::RebotProtocol0::transferVectorToDataPtr |
( |
const std::vector< uint32_t > & |
source, |
|
|
int32_t * |
destination |
|
) |
| |
|
static |
◆ write()
void ChimeraTK::RebotProtocol0::write |
( |
uint32_t |
addressInBytes, |
|
|
int32_t const * |
data, |
|
|
size_t |
sizeInBytes |
|
) |
| |
|
overridevirtual |
◆ _tcpCommunicator
The documentation for this struct was generated from the following files:
- /scratch/dragon/sources/ChimeraTK-DeviceAccess/backends/Rebot/src/RebotProtocol0.h
- /scratch/dragon/sources/ChimeraTK-DeviceAccess/backends/Rebot/src/RebotProtocol0.cc