Skip to content

Commit d38491d

Browse files
committed
asd
1 parent 4c4fde5 commit d38491d

File tree

221 files changed

+12973
-10459
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+12973
-10459
lines changed

cpp/RAT2/CoderTimeAPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Function Definitions
1717
namespace RAT
1818
{
19-
void freq_not_empty_init()
19+
void CoderTimeAPI::callCoderClockGettime_init()
2020
{
2121
freq_not_empty = false;
2222
}

cpp/RAT2/CoderTimeAPI.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
#include <cstddef>
1616
#include <cstdlib>
1717

18-
// Function Declarations
18+
// Type Definitions
1919
namespace RAT
2020
{
21-
void freq_not_empty_init();
21+
class CoderTimeAPI
22+
{
23+
public:
24+
static void callCoderClockGettime_init();
25+
};
2226
}
2327

2428
#endif

0 commit comments

Comments
 (0)