VITA49
VITA49 copied to clipboard
rh.VITA49 shared library
Resolved an issue where the wrong base class constructor was being called due to virtual inheritence
Resolved an issue where the wrong base class constructor was being called due to virtual inheritence
When constructing a StandardContextPacket object, the default constructor builds a 32 byte packet buffer to be used for future packet modification. This buffer gets passed down to BasicContextPacket and finally...
Standard Data Packet and payload format are different. Lines 114 and 115 of StandardDataPacket.cc are inconsistent with PacketFormat.h StandardDataPacket.cc 114 int64_t itmSz = bits & __INT64_C(0x0000001F00000000); cf. PacketFormat.h 489 public:...
Hi, Is it possible to build the library for use on Windows? Ideally I'd like to build it in Visual Studio. If it's a definitive "No" that is ok, but...
# I'm trying to build java libs on Ubuntu LTS 12. I unzipped the master zip file and issued "make java" under the directory VITA49Libraries-master/vrt_src, and got the following error:...
The following files seem to be missing: vrt/libm/NoDataPacket.java vrt/libm/StandardContextPacket.java vrt/libm/StreamStatePacket.java vrt/libm/ReferencePointPacket.java vrt/libm/EphemerisPacket.java vrt/libm/TimestampAccuracyPacket.java Do they exist? If so please upload otherwise let me know so that I can create them.