ItalaApiC  1.3.3
Register.h
1 
2 /***********************************************************************************
3  *
4  * ItalaApi - Copyright (C) 2023 Opto Engineering
5  *
6  * THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES,
7  * INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
8  * FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT
9  * HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY SUFFERED BY LICENSE AS
10  * A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
11  *
12  ***********************************************************************************/
13 
14 #ifndef ITALA_API_C_REGISTER_H
15 #define ITALA_API_C_REGISTER_H
16 
17 #include "ItalaApiC/Export.h"
18 #include "ItalaApiC/ItalaCDefs.h"
19 #include "ItalaApiC/ItalaGenApiCDefs.h"
20 
21 #ifdef __cplusplus
22 extern "C" {
23 namespace ItalaC {
24 #endif
25 
39 ITALA_API_C ItalaError NODE_RegisterSet(H_NODE hNode, uint8_t* pBuffer, int64_t length);
49 ITALA_API_C ItalaError NODE_RegisterGet(H_NODE hNode, uint8_t* pBuffer, int64_t length);
58 ITALA_API_C ItalaError NODE_RegisterGetLength(H_NODE hNode, int64_t* pLength);
67 ITALA_API_C ItalaError NODE_RegisterGetAddress(H_NODE hNode, int64_t* pLength);
69 #ifdef __cplusplus
70 }
71 }
72 #endif
73 
74 #endif
ITALA_API_C ItalaError NODE_RegisterGetLength(H_NODE hNode, int64_t *pLength)
int32_t ItalaError
Definition: ItalaCDefs.h:80
ITALA_API_C ItalaError NODE_RegisterGetAddress(H_NODE hNode, int64_t *pLength)
ITALA_API_C ItalaError NODE_RegisterSet(H_NODE hNode, uint8_t *pBuffer, int64_t length)
ITALA_API_C ItalaError NODE_RegisterGet(H_NODE hNode, uint8_t *pBuffer, int64_t length)