GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces
Descriptor.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  Cpl::Io::Descriptor
 This union defines a 'IO descriptor' in terms of a an integer and/or a void*. More...
 
union  Cpl::Io::Descriptor.__unnamed2__
 Union the different possible types for a descriptor. More...
 

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::Io
 The Io namespace provides the base/common interfaces for reading and writing data from/to streams and files.
 

Class Documentation

◆ Cpl::Io::Descriptor.__unnamed2__

union Cpl::Io::Descriptor.__unnamed2__

Union the different possible types for a descriptor.

Class Members
int m_fd The traditional standard Posix file descriptor.
void * m_handlePtr Pointer implementation (such as FILE*)