Linux: changed CDev to VDev for virtual device implementation

To avoid confusion when a real device and a virtual device is
being used, changed CDev to VDev for Linux.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-04-01 15:06:15 -07:00
parent 8c8f57b5b4
commit ccd18929fc
11 changed files with 95 additions and 113 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ extern mavlink_system_t mavlink_system;
static void usage(void);
Mavlink::Mavlink() :
CDev("mavlink-log", MAVLINK_LOG_DEVICE),
VDev("mavlink-log", MAVLINK_LOG_DEVICE),
_device_name(DEFAULT_DEVICE_NAME),
_task_should_exit(false),
next(nullptr),