Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alon committed Apr 14, 2024
1 parent cf9294d commit 1686331
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace gr {
float freq=900000000,
bool provide_meta = false);

int64_t getHandle() const;
virtual uint64_t getHandle() = 0;
};

} // namespace caribouLite
Expand Down
2 changes: 1 addition & 1 deletion software/gr-caribouLite/lib/caribouLiteSource_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ namespace gr {
}

//-------------------------------------------------------------------------------------------------------------
uint64_t caribouLiteSource_impl::getHandle() const
uint64_t caribouLiteSource_impl::getHandle()
{
return (uint64_t)((void*)(_radio));
}
Expand Down
2 changes: 1 addition & 1 deletion software/gr-caribouLite/lib/caribouLiteSource_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace gr
gr_vector_void_star &output_items
);

uint64_t getHandle() const;
virtual uint64_t getHandle();
};

} // namespace caribouLite
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/* BINDTOOL_GEN_AUTOMATIC(0) */
/* BINDTOOL_USE_PYGCCXML(0) */
/* BINDTOOL_HEADER_FILE(caribouLiteSource.h) */
/* BINDTOOL_HEADER_FILE_HASH(e745353de3f819883c4ed3dfd60cce19) */
/* BINDTOOL_HEADER_FILE_HASH(e935c090cd62d0e9d51a441814281997) */
/***********************************************************************************/

#include <pybind11/complex.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@
static const char* __doc_gr_caribouLite_caribouLiteSource = R"doc()doc";


static const char* __doc_gr_caribouLite_caribouLiteSource_caribouLiteSource = R"doc()doc";
static const char* __doc_gr_caribouLite_caribouLiteSource_caribouLiteSource_0 =
R"doc()doc";


static const char* __doc_gr_caribouLite_caribouLiteSource_caribouLiteSource_1 =
R"doc()doc";


static const char* __doc_gr_caribouLite_caribouLiteSource_make = R"doc()doc";
Expand Down

0 comments on commit 1686331

Please sign in to comment.