ItalaApi  1.3.3
ToString.h
1 
2 /***********************************************************************************
3  *
4  * ItalaApi - Copyright (C) 2022 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_TOSTRING_H
15 #define ITALA_API_TOSTRING_H
16 
17 #include "Base/GCString.h"
18 #include "ItalaApi/Export.h"
19 #include "ItalaApi/ItalaDefs.h"
20 
21 namespace Itala {
22 
30 ITALA_API
31 GenICam::gcstring AddressToString(uint32_t address);
32 
39 ITALA_API
40 GenICam::gcstring MacAddressToString(uint64_t address);
41 
47 ITALA_API
48 GenICam::gcstring AccessStatusToString(Itala::DeviceAccessStatus status);
49 } // namespace Itala
50 
51 #endif
Definition: DefectivePixel.h:23