Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
utctime.hh File Reference
#include <ostream>
#include <stdint.h>
#include <arpa/inet.h>

Go to the source code of this file.

Classes

struct  UTCTime
 

Functions

std::ostream & operator<< (std::ostream &stream, const UTCTime &t)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & stream,
const UTCTime & t )
inline

Definition at line 34 of file utctime.hh.

35{
36 return stream << "Seconds: " << t.sec() << '\n'
37 << "Tics: " << t.tics();
38}
uint32_t sec() const
Definition utctime.hh:17
uint32_t tics() const
Definition utctime.hh:22