-
Notifications
You must be signed in to change notification settings - Fork 84
logger_8h
Timur Chikichev edited this page Nov 9, 2021
·
3 revisions
Name |
---|
navigine |
navigine::navigation_core |
Name | |
---|---|
class | navigine::navigation_core::Logger |
Name | |
---|---|
LOG_MESSAGE(lvl, fmt, ...) |
#define LOG_MESSAGE(
lvl,
fmt,
...
)
do { \
navigine::navigation_core::_Logger.print(lvl, __FILE__, __LINE__, fmt, ##__VA_ARGS__); \
} while (false)
logger.h
Copyright (c) 2019 Navigine.
Updated on 2021-11-09 at 15:07:06 +0300
Indoor-Positioning-And-Navigation-Algorithms
- Pose estimation
namespace navigation_core
- Barometer
- ComplementaryFilter
- DeviceProperties
- LevelEstimator
- LevelEstimatorRadiomap
- LevelEstimatorTransmitters
- LevelHistory
- Likelihood
- LikelihoodRadiomap
- MeasurementsPreprocessor
- NavigationClientImpl
- NavigationTimeSmoother
- Pedometer
- PolynomialFit
- PositionEstimator
- PositionEstimatorKnn
- PositionEstimatorOutdoor
- PositionEstimatorZone
- PositionPostprocessor
- PositionSmoother
- PositionSmootherAB
- PositionSmootherLstsq
- Quaternion
- RadioMeasurementBuffer
- SensorFusion
- SigmaFilter
- Triangle
- TriangleEdge
- Trilateration