ProviewR Programmer's Reference Manual  V6.1.4
rt_aproc.h
Go to the documentation of this file.
1 /*
2  * ProviewR Open Source Process Control.
3  * Copyright (C) 2005-2025 SSAB EMEA AB.
4  *
5  * This file is part of ProviewR.
6  *
7  * This program is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License as
9  * published by the Free Software Foundation, either version 2 of
10  * the License, or (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with ProviewR. If not, see <http://www.gnu.org/licenses/>
19  *
20  * Linking ProviewR statically or dynamically with other modules is
21  * making a combined work based on ProviewR. Thus, the terms and
22  * conditions of the GNU General Public License cover the whole
23  * combination.
24  *
25  * In addition, as a special exception, the copyright holders of
26  * ProviewR give you permission to, from the build function in the
27  * ProviewR Configurator, combine ProviewR with modules generated by the
28  * ProviewR PLC Editor to a PLC program, regardless of the license
29  * terms of these modules. You may copy and distribute the resulting
30  * combined work under the terms of your choice, provided that every
31  * copy of the combined work is accompanied by a complete copy of
32  * the source code of ProviewR (the version used to produce the
33  * combined work), being distributed under the terms of the GNU
34  * General Public License plus this exception.
35  */
36 
37 #ifndef rt_aproc_h
38 #define rt_aproc_h
39 
40 #if defined __cplusplus
41 extern "C" {
42 #endif
43 
44 #include "rt_errh.h"
45 
58 pwr_tStatus aproc_TimeStamp(float scantime, float maxdelay);
59 
63 #if defined __cplusplus
64 }
65 #endif
66 
67 #endif
pwr_tStatus aproc_TimeStamp(float scantime, float maxdelay)
Set application timestamp. The timestamp is supervised by the event monitor and if the timestamp is d...
Definition: rt_aproc.c:90
pwr_tStatus aproc_RegisterObject(pwr_tOid)
Register Application object. The Application object is stored in the $Node object and be opened from ...
Definition: rt_aproc.c:57
int pwr_tStatus
Status type.
Definition: pwr.h:284
Include file for Errh System log messages.
Object identity type.
Definition: pwr.h:263