SatDump 2.0.0-alpha-520736c72
Loading...
Searching...
No Matches
ccsds_time.h
Go to the documentation of this file.
1#pragma once
2
7
8#include "ccsds.h"
9#include <ctime>
10
11namespace ccsds
12{
20 time_t parseCCSDSTime(CCSDSPacket &pkt, int offset = 0, int ms_scale = 1000);
21
30 double parseCCSDSTimeFull(CCSDSPacket &pkt, int offset, int ms_scale = 1000, int ns_of_ms_scale = 1000000);
31
40 double parseCCSDSTimeFullRaw(uint8_t *data, int offset, int ms_scale = 1000, int ns_of_ms_scale = 1000000);
41
49 double parseCCSDSTimeFullRawUnsegmented(uint8_t *data, int offset, double ms_scale);
50} // namespace ccsds
Space Packet definition.
Struct representing a CCSDS Space Packet.
Definition ccsds.h:39