Namespaces | |
| namespace | dds |
| namespace | rtps |
| Contains the RTPS protocol implementation. | |
| namespace | statistics |
| namespace | types |
| namespace | xmlparser |
Classes | |
| class | BitmapRange |
| Template class to hold a range of items using a custom bitmap. More... | |
| struct | DiffFunction |
| class | LibrarySettings |
| Class LibraySettings, used by the user to define the Fast DDS library behaviour. More... | |
| class | MD5 |
| Class MD5, for calculating MD5 hashes of strings or byte arrays it is not meant to be fast or secure. More... | |
| struct | ResourceLimitedContainerConfig |
| Specifies the configuration of a resource limited collection. More... | |
| class | ResourceLimitedVector |
| Resource limited wrapper of std::vector. More... | |
Typedefs | |
| using | LivelinessLostStatus = fastdds::dds::BaseStatus |
| using | TimedConditionVariable = std::condition_variable_any |
| using | TimedMutex = std::timed_mutex |
| using | RecursiveTimedMutex = std::recursive_timed_mutex |
Enumerations | |
| enum | IntraprocessDeliveryType { INTRAPROCESS_OFF , INTRAPROCESS_USER_DATA_ONLY , INTRAPROCESS_FULL } |
Functions | |
| bool | operator== (const ResourceLimitedContainerConfig &lhs, const ResourceLimitedContainerConfig &rhs) |
| std::string | md5 (const std::string str) |
| using RecursiveTimedMutex = std::recursive_timed_mutex |
| using TimedConditionVariable = std::condition_variable_any |
| using TimedMutex = std::timed_mutex |
| std::string md5 | ( | const std::string | str | ) |
|
inline |