This is the complete list of members for uhal::ClientInterface, including all inherited members.
checkBufferSpace(const uint32_t &aSendSize, const uint32_t &aReplySize, uint32_t &aAvailableSendSize, uint32_t &aAvailableReplySize) | uhal::ClientInterface | protectedvirtual |
ClientInterface(const std::string &aId, const URI &aUri, const boost::posix_time::time_duration &aTimeoutPeriod) | uhal::ClientInterface | protected |
ClientInterface() | uhal::ClientInterface | private |
ClientInterface(const ClientInterface &aClientInterface) | uhal::ClientInterface | private |
CreateValHeader() | uhal::ClientInterface | protected |
CreateValVector(const uint32_t &aSize) | uhal::ClientInterface | protected |
CreateValWord(const uint32_t &aValue, const uint32_t &aMask=defs::NOMASK) | uhal::ClientInterface | protected |
deleteBuffers() | uhal::ClientInterface | private |
detail::getAddressDescription(const ClientInterface &, const uint32_t, const size_t &) | uhal::ClientInterface | friend |
dispatch() | uhal::ClientInterface | |
dispatchExceptionHandler() | uhal::ClientInterface | protectedvirtual |
Flush() | uhal::ClientInterface | protectedvirtual |
getBoostTimeoutPeriod() | uhal::ClientInterface | protected |
getMaxNumberOfBuffers()=0 | uhal::ClientInterface | protectedpure virtual |
getMaxReplySize()=0 | uhal::ClientInterface | protectedpure virtual |
getMaxSendSize()=0 | uhal::ClientInterface | protectedpure virtual |
getPreambleSize() | uhal::ClientInterface | protectedvirtual |
getTimeoutPeriod() | uhal::ClientInterface | |
HwInterface class | uhal::ClientInterface | friend |
id() const | uhal::ClientInterface | |
implementBOT()=0 | uhal::ClientInterface | protectedpure virtual |
implementDispatch(boost::shared_ptr< Buffers > aBuffers)=0 | uhal::ClientInterface | protectedpure virtual |
implementRead(const uint32_t &aAddr, const uint32_t &aMask=defs::NOMASK)=0 | uhal::ClientInterface | protectedpure virtual |
implementReadBlock(const uint32_t &aAddr, const uint32_t &aSize, const defs::BlockReadWriteMode &aMode=defs::INCREMENTAL)=0 | uhal::ClientInterface | protectedpure virtual |
implementRMWbits(const uint32_t &aAddr, const uint32_t &aANDterm, const uint32_t &aORterm)=0 | uhal::ClientInterface | protectedpure virtual |
implementRMWsum(const uint32_t &aAddr, const int32_t &aAddend)=0 | uhal::ClientInterface | protectedpure virtual |
implementWrite(const uint32_t &aAddr, const uint32_t &aValue)=0 | uhal::ClientInterface | protectedpure virtual |
implementWriteBlock(const uint32_t &aAddr, const std::vector< uint32_t > &aValues, const defs::BlockReadWriteMode &aMode=defs::INCREMENTAL)=0 | uhal::ClientInterface | protectedpure virtual |
IPbusCore class | uhal::ClientInterface | friend |
mBufferMutex | uhal::ClientInterface | private |
mBuffers | uhal::ClientInterface | private |
mCurrentBuffers | uhal::ClientInterface | private |
mId | uhal::ClientInterface | private |
mNode | uhal::ClientInterface | private |
mTimeoutPeriod | uhal::ClientInterface | private |
mUri | uhal::ClientInterface | protected |
mUriString | uhal::ClientInterface | protected |
mUserSideMutex | uhal::ClientInterface | private |
operator=(const ClientInterface &aClientInterface) | uhal::ClientInterface | privatevirtual |
preamble(boost::shared_ptr< Buffers > aBuffers) | uhal::ClientInterface | protectedvirtual |
predispatch(boost::shared_ptr< Buffers > aBuffers) | uhal::ClientInterface | protectedvirtual |
read(const uint32_t &aAddr) | uhal::ClientInterface | |
read(const uint32_t &aAddr, const uint32_t &aMask) | uhal::ClientInterface | |
readBlock(const uint32_t &aAddr, const uint32_t &aSize, const defs::BlockReadWriteMode &aMode=defs::INCREMENTAL) | uhal::ClientInterface | |
returnBufferToPool(boost::shared_ptr< Buffers > &aBuffers) | uhal::ClientInterface | protected |
returnBufferToPool(std::deque< boost::shared_ptr< Buffers > > &aBuffers) | uhal::ClientInterface | protected |
returnBufferToPool(std::vector< boost::shared_ptr< Buffers > > &aBuffers) | uhal::ClientInterface | protected |
returnBufferToPool(std::deque< std::vector< boost::shared_ptr< Buffers > > > &aBuffers) | uhal::ClientInterface | protected |
rmw_bits(const uint32_t &aAddr, const uint32_t &aANDterm, const uint32_t &aORterm) | uhal::ClientInterface | |
rmw_sum(const uint32_t &aAddr, const int32_t &aAddend) | uhal::ClientInterface | |
setTimeoutPeriod(const uint32_t &aTimeoutPeriod=0) | uhal::ClientInterface | |
updateCurrentBuffers() | uhal::ClientInterface | private |
uri() const | uhal::ClientInterface | |
validate(boost::shared_ptr< Buffers > aBuffers) | uhal::ClientInterface | protectedvirtual |
validate(uint8_t *aSendBufferStart, uint8_t *aSendBufferEnd, std::deque< std::pair< uint8_t *, uint32_t > >::iterator aReplyStartIt, std::deque< std::pair< uint8_t *, uint32_t > >::iterator aReplyEndIt)=0 | uhal::ClientInterface | protectedpure virtual |
write(const uint32_t &aAddr, const uint32_t &aValue) | uhal::ClientInterface | |
write(const uint32_t &aAddr, const uint32_t &aValue, const uint32_t &aMask) | uhal::ClientInterface | |
writeBlock(const uint32_t &aAddr, const std::vector< uint32_t > &aValues, const defs::BlockReadWriteMode &aMode=defs::INCREMENTAL) | uhal::ClientInterface | |
~ClientInterface() | uhal::ClientInterface | virtual |