T
- Type of the ReaderCachepublic interface ReaderCache<T>
Modifier and Type | Method and Description |
---|---|
void |
addChange(int id,
Guid writerGuid,
Data data,
Time timestamp)
Adds a new change to ReaderCache.
|
void |
changesBegin(int id)
Notifies implementing class that a new set of changes is coming from RTPS layer.
|
void |
changesEnd(int id)
Notifies implementing class that there are no more samples coming from the RTPS layer.
|
void changesBegin(int id)
id
- Id of the message that caused this invocationvoid addChange(int id, Guid writerGuid, Data data, Time timestamp)
id
- idwriterGuid
- Guid of the writerdata
- Datatimestamp
- Timevoid changesEnd(int id)
id
- Id of the message that caused this invocationCopyright © 2016. All rights reserved.