ENLIGHTEN
Cross-platform desktop GUI for Wasatch Photonics spectrometers
Loading...
Searching...
No Matches
remote_device_events.cpp File Reference

This application demonstrates how to register and receive Remote Device Events via the IDS peak genericAPI. More...

#include <peak/peak.hpp>
#include <cstddef>
#include <cstdint>
#include <iostream>
Include dependency graph for remote_device_events.cpp:

Macros

#define VERSION   "1.0.4"
 

Functions

int main ()
 
void wait_for_enter ()
 

Detailed Description

This application demonstrates how to register and receive Remote Device Events via the IDS peak genericAPI.

Author
IDS Imaging Development Systems GmbH
Date
2022-06-01
Since
1.2.0
Version
1.0.4

Copyright (C) 2021 - 2025, IDS Imaging Development Systems GmbH.

The information in this document is subject to change without notice and should not be construed as a commitment by IDS Imaging Development Systems GmbH. IDS Imaging Development Systems GmbH does not assume any responsibility for any errors that may appear in this document.

This document, or source code, is provided solely as an example of how to utilize IDS Imaging Development Systems GmbH software libraries in a sample application. IDS Imaging Development Systems GmbH does not assume any responsibility for the use or reliability of any portion of this document.

General permission to copy or modify is hereby granted.

Macro Definition Documentation

◆ VERSION

#define VERSION   "1.0.4"

Function Documentation

◆ main()

int main ( )

◆ wait_for_enter()

void wait_for_enter ( )

\bief Wait for enter function

The function waits for the user pressing the enter key.

This function is called from main() whenever the program exits, either in consequence of an error or after normal termination.