rtps-rs 0.1.2

Real Time Publish Subscribe protocol
Documentation
1
2
3
4
5
6
7
8
9
/// Enumeration used to indicate the status of a ChangeForReader
#[derive(Debug, PartialEq, Eq)]
pub enum ChangeForReaderStatusKind {
    UNSENT,
    UNACKNOWLEDGED,
    REQUESTED,
    ACKNOWLEDGED,
    UNDERWAY,
}