I'm evaluating rti DDS implementation. I'm stuck figuring out if they have addressed the Time_t bug for 32bit. So far I see the DDS_Time_t struct is defined as:
struct DDS_Time_t {
DDS_Long sec;
DDS_UnsignedLong nanosec;
}
But i don't see any guards for using a 64bit integer.
Does RTI have any fix planed for this?
Steve