Skip to content

Commit

Permalink
Merge pull request #418 from jwillemsen/jwi-64bittimet
Browse files Browse the repository at this point in the history
Use 64bit DDS::Time_t seconds
  • Loading branch information
jwillemsen authored Dec 19, 2023
2 parents 3e85e28 + cf85ffd commit 1dd17e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ddsx11/vendors/ndds/idl/ndds_dcps_types.idl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module DDS {
typedef sequence<string> StringSeq;

struct Time_t {
long sec;
long long sec;
unsigned long nanosec;
};
};
Expand Down
2 changes: 1 addition & 1 deletion ddsx11/vendors/opendds/idl/opendds_dcps_types.idl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module DDS {
typedef sequence<string> StringSeq;

struct Time_t {
long sec;
long long sec;
unsigned long nanosec;
};
};
Expand Down

0 comments on commit 1dd17e8

Please sign in to comment.