Skip to content
Snippets Groups Projects
Commit d63acedd authored by Pep Martí Saumell's avatar Pep Martí Saumell
Browse files

Ready to be coded.

parent 973e1ad0
No related branches found
No related tags found
No related merge requests found
#edit the following line to add the librarie's header files
FIND_PATH(RTKLIB_INCLUDE_DIR rtklib.h /usr/include /usr/local/include ~/)
FIND_PATH(RTKLIB_INCLUDE_DIR rtklib.h /usr/include /usr/local/include ~/RTKLIB/src)
GET_FILENAME_COMPONENT(RTK_LIB_PATH ${RTKLIB_INCLUDE_DIR} DIRECTORY)
IF (RTKLIB_INCLUDE_DIR)
......
extern "C"
{
#include "src/rtklib.h"
#include "/home/jmarti/RTKLIB/src/rtklib.h"
}
class TestObj
{
public:
obsd_t observation;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment