Skip to content

Commit b8dc2ce

Browse files
committed
hk
1 parent 6aebb38 commit b8dc2ce

File tree

198 files changed

+10287
-12114
lines changed

Some content is hidden

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

198 files changed

+10287
-12114
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 CoderTimeAPI::callCoderClockGettime_init()
19+
void freq_not_empty_init()
2020
{
2121
freq_not_empty = false;
2222
}

cpp/RAT2/CoderTimeAPI.h

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

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

2824
#endif

0 commit comments

Comments
 (0)