libIEC61850 0.7.7
Open-source IEC 61850 MMS/GOOSE server and client library
Main Page
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
hal
hal.h
Go to the documentation of this file.
1
/*
2
* hal.c
3
*
4
* Copyright 2013 Michael Zillgith
5
*
6
* This file is part of libIEC61850.
7
*
8
* libIEC61850 is free software: you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License as published by
10
* the Free Software Foundation, either version 3 of the License, or
11
* (at your option) any later version.
12
*
13
* libIEC61850 is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
* You should have received a copy of the GNU General Public License
19
* along with libIEC61850. If not, see <http://www.gnu.org/licenses/>.
20
*
21
* See COPYING file for the complete license text.
22
*/
23
24
#ifndef HAL_C_
25
#define HAL_C_
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
31
51
uint64_t
Hal_getTimeInMs
(
void
);
52
57
#ifdef __cplusplus
58
}
59
#endif
60
61
62
#endif
/* HAL_C_ */
Generated on Wed Jul 9 2014 18:34:39 for libIEC61850 0.7.7 by
1.8.4