Esempio n. 1
0
void DW1000Time::setTimestamp(const DW1000Time& copy) {
	_timestamp = copy.getTimestamp();
}
Esempio n. 2
0
boolean DW1000Time::operator==(const DW1000Time &cmp) const {
	return _timestamp == cmp.getTimestamp();
}