2012-04-11 10:46:09 +09:00
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
// Copyright (C) 2010, Raditex AB
|
|
|
|
// All rights reserved.
|
|
|
|
//
|
|
|
|
// rSCADA
|
|
|
|
// http://www.rSCADA.se
|
|
|
|
// info@rscada.se
|
|
|
|
//
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
#include <mbus/mbus-protocol.h>
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
int mbus_init() {return 0;}
|
|
|
|
|
2013-04-04 00:49:03 +02:00
|
|
|
///
|
|
|
|
/// Return current version of the library
|
|
|
|
///
|
|
|
|
char*
|
2013-04-06 19:05:45 +02:00
|
|
|
mbus_get_current_version() {return "0.8.0";}
|