JRTPLIB  3.11.0
Public Member Functions | List of all members
jrtplib::RTPNTPTime Class Reference

This is a simple wrapper for the most significant word (MSW) and least significant word (LSW) of an NTP timestamp.

#include <rtptimeutilities.h>

Public Member Functions

 RTPNTPTime (uint32_t m, uint32_t l)
 This constructor creates and instance with MSW m and LSW l. More...
 
uint32_t GetMSW () const
 Returns the most significant word. More...
 
uint32_t GetLSW () const
 Returns the least significant word. More...
 

Constructor & Destructor Documentation

jrtplib::RTPNTPTime::RTPNTPTime ( uint32_t  m,
uint32_t  l 
)
inline

Member Function Documentation

uint32_t jrtplib::RTPNTPTime::GetLSW ( ) const
inline
uint32_t jrtplib::RTPNTPTime::GetMSW ( ) const
inline

The documentation for this class was generated from the following file: