MIRA
|
This is the complete list of members for Channel< T >, including all inherited members.
Channel() | Channel< T > | inline |
Channel(ConcreteChannel< T > *channel, ChannelAccessFlags accessFlags) | Channel< T > | inline |
get() | Channel< T > | inline |
get(const Time ×tamp, SlotQueryMode mode=NEAREST_SLOT, const Duration &tolerance=Duration::infinity()) | Channel< T > | inline |
get(const Time ×tamp, Duration tolerance) | Channel< T > | inline |
get(const Time ×tamp, Filter &&filter) | Channel< T > | inline |
getID() const | Channel< T > | inline |
getMaxSlots() const | Channel< T > | inline |
getMinSlots() const | Channel< T > | inline |
getNrOfSlots() const | Channel< T > | inline |
getStorageDuration() const | Channel< T > | inline |
getTypeId() const | Channel< T > | inline |
getTypeMeta() const | Channel< T > | inline |
getTypename() const | Channel< T > | inline |
hasPublisher() const | Channel< T > | inline |
hasSoloSlot() const | Channel< T > | inline |
hasSubscriber() const | Channel< T > | inline |
isAutoIncreasingStorageDuration() const | Channel< T > | inline |
isEmpty() const | Channel< T > | inline |
isTyped() const | Channel< T > | inline |
isValid() const | Channel< T > | inline |
post(const Stamped< T > &value) | Channel< T > | inline |
post(Stamped< T > &&value) | Channel< T > | inline |
post(U &&value, const Time ×tamp=Time::now()) | Channel< T > | inline |
post(const typename ParamHelper< T >::type &value, const Time ×tamp=Time::now()) | Channel< T > | inline |
post(typename ParamHelper< T >::type &&value, const Time ×tamp=Time::now()) | Channel< T > | inline |
read() | Channel< T > | inline |
read(const Time ×tamp, SlotQueryMode mode=NEAREST_SLOT, const Duration &tolerance=Duration::infinity()) | Channel< T > | inline |
read(uint32 sequenceID, const Duration &searchInterval=Duration::seconds(1)) | Channel< T > | inline |
read(const Time ×tamp, const Duration &tolerance) | Channel< T > | inline |
readInterval(const Time ×tamp, std::size_t nrSlots, std::size_t olderSlots, std::size_t newerSlots, IntervalFillMode fillMode=PREFER_NEWER) | Channel< T > | inline |
readInterval(const Time &from, const Time &to=Time::eternity()) | Channel< T > | inline |
reset() | Channel< T > | inline |
setTypeMeta(TypeMetaPtr meta) | Channel< T > | inline |
setTypename(const Typename &type) | Channel< T > | inline |
validate() const | Channel< T > | inline |
waitForData(const Duration &timeout=Duration::infinity()) const | Channel< T > | inline |
waitForPublisher(const Duration &timeout=Duration::infinity()) const | Channel< T > | inline |
write() | Channel< T > | inline |
write(bool copyLatestData) | Channel< T > | inline |