size t changes
This commit is contained in:
parent
30947d3901
commit
5908f99f0b
@ -74,7 +74,7 @@ bool TmPacketBase::checkAndSetStamper() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ReturnValue_t TmPacketBase::getPacketTime(timeval* timestamp) const {
|
ReturnValue_t TmPacketBase::getPacketTime(timeval* timestamp) const {
|
||||||
uint32_t tempSize = 0;
|
size_t tempSize = 0;
|
||||||
return CCSDSTime::convertFromCcsds(timestamp, tmData->data_field.time,
|
return CCSDSTime::convertFromCcsds(timestamp, tmData->data_field.time,
|
||||||
&tempSize, sizeof(tmData->data_field.time));
|
&tempSize, sizeof(tmData->data_field.time));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user