diff options
author | RALOVICH, Kristóf <tade60@freemail.hu> | 2013-03-26 17:13:24 +0100 |
---|---|---|
committer | RALOVICH, Kristóf <tade60@freemail.hu> | 2013-03-26 17:13:24 +0100 |
commit | ae248088b3fff2ac3de5ab0b79c10dec27e42976 (patch) | |
tree | 30e3f80a7d982134d7952f7c65480a8816f9322b /src/AntFr310XT.cpp | |
parent | 6ce8542a6a8635b66f9c3ff5d3282a373021dd52 (diff) | |
parent | c5d53975991749bb30a4b1763074126204904a85 (diff) |
Merge branch 'master' into log-rework
Diffstat (limited to 'src/AntFr310XT.cpp')
-rw-r--r-- | src/AntFr310XT.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/AntFr310XT.cpp b/src/AntFr310XT.cpp index 1dacc3a..74abee0 100644 --- a/src/AntFr310XT.cpp +++ b/src/AntFr310XT.cpp @@ -31,6 +31,11 @@ //#include <boost/property_tree/ptree.hpp> //#include <boost/property_tree/ini_parser.hpp> +using namespace std; + +namespace antpm{ + + const uchar net = 0x00; const uchar chan = 0x00; //const uint hostSN = 0x7c9101e0; // from Garmin ANT+ Agent @@ -579,3 +584,5 @@ AntFr310XT2::createDownloadFolder() //folder = getConfigFolder() + "/" + getDateString() + "/"; CHECK_RETURN(mkDir(folder.c_str())); } + +} |