#include <rfid_reader_app.hpp>
Public Member Functions | |
| ReadTagData (const NodeId &readTagId, const SimTime &timeRead, const SimTime &timeReadSent) | |
| A constructor. | |
| NodeId | getReadTagId () const |
| Get the ID of the tag read. | |
| SimTime | getTimeRead () const |
| Get the time that the tag was read. | |
| SimTime | getTimeReadSent () const |
| Get the time that the read packet was sent for the tag read. | |
| SimTime | getReadLatency () const |
| Get the latency of the read time for the tag. | |
Friends | |
| ostream & | operator<< (ostream &s, const ReadTagData &readTagData) |
Definition at line 22 of file rfid_reader_app.hpp.
| SimTime ReadTagData::getReadLatency | ( | ) | const [inline] |
Get the latency of the read time for the tag.
Definition at line 64 of file rfid_reader_app.hpp.
| NodeId ReadTagData::getReadTagId | ( | ) | const [inline] |
| SimTime ReadTagData::getTimeRead | ( | ) | const [inline] |
Get the time that the tag was read.
Definition at line 44 of file rfid_reader_app.hpp.
| SimTime ReadTagData::getTimeReadSent | ( | ) | const [inline] |
Get the time that the read packet was sent for the tag read.
Definition at line 54 of file rfid_reader_app.hpp.
1.4.7