import of www.freescada.com/public-dist/libmbus-0.7.0.tar.gz

This commit is contained in:
James Michael DuPont
2012-02-16 15:46:48 +01:00
commit 19135a6bc1
89 changed files with 85783 additions and 0 deletions

46
mbus/mbus.h Normal file
View File

@ -0,0 +1,46 @@
//------------------------------------------------------------------------------
// Copyright (C) 2010, Raditex AB
// All rights reserved.
//
// FreeSCADA
// http://www.FreeSCADA.com
// freescada@freescada.com
//
//------------------------------------------------------------------------------
/**
* @file mbus.h
*
* @brief Main include file for the Freescada libmbus library.
*
* Include this file to access the libmbus API:
\verbatim
#include <mbus/mbus.h>
\endverbatim
*
*/
/*! \mainpage libmbus
*
* These pages contain automatically generated documentation for the libmbus
* API. For examples on how to use the libmbus library, see the applications
* in the bin directory in the source code distribution.
*
* For more information, see http://www.freescada.com/libmbus
*
*/
#ifndef _MBUS_H_
#define _MBUS_H_
#include <mbus/mbus-protocol.h>
#include <mbus/mbus-protocol-aux.h>
#include <mbus/mbus-tcp.h>
#include <mbus/mbus-serial.h>
//
//
//
int mbus_init();
#endif /* _MBUS_H_ */