HosrDiretta
Loading...
Searching...
No Matches
ACQUA Namespace Reference

Classes

class  Array
 Read-Write array definition. More...
 
class  Array_const
 Read-only array definition. More...
 
class  ArrayList
 Static valiable size array. More...
 
class  ArrayStack
 Stack allocated array definition. More...
 
class  ArrayStackList
 Stack ArrayList. More...
 
class  AutoStackPointer
 Stack allocated automatic pointer. More...
 
class  Buffer
 Variable-length heap memory buffer. More...
 
class  BufferArray
 Fixed-length heap memory buffer. More...
 
class  BufferCS
 pointer and length in the read function call More...
 
class  BufferCS_const
 pointer and length in the write function call More...
 
class  Clock
 monotonic clock More...
 
class  Err
 
class  EthernetBuffer
 Ethernet buffer abstract class. More...
 
struct  EthernetInterfaseInfo
 Ethernet interface information structure. More...
 
class  EthernetSocket
 Ethernet socket abstract class. More...
 
class  IPAddress
 IP address handling class (Based on IPv6. More...
 
class  MACAddress
 MAC address handling class. More...
 
class  Socket
 Handles BSD Sockets. More...
 
class  TCPV6Client
 
class  TCPV6Host
 
class  TCPV6Server
 
class  ThreadPriority
 
class  UDPV6
 UDP IPv6 socket class. More...
 
class  UDPV6EBuffer
 UDP IPv6 Ethernet buffer class. More...
 

Typedefs

typedef std::map< IPAddress, EthernetInterfaseInfoEthernetInterfases
 Ethernet interface list type.
 

Enumerations

enum  COMP_CODE { COMP_HIGH =1 , COMP_EVEN =0 , COMP_LOW =-1 }
 
enum class  WAIT_CODE { ERROR =0 , TIMEOUT , WAKEUP }
 
enum  FILE_CODE { FILE_OK , FILE_ERROR , FILE_END }
 
enum  STREAM_CODE { STREAM_VALID , STREAM_ERROR , STREAM_WAIT }
 

Functions

char BASE_D2H (std::uint64_t in, int n=0)
 
std::uint64_t BASE_H2D (char in, int n, bool &valid)
 
std::uint64_t BASE_H2D (char in, bool &valid)
 
std::uint64_t BASE_H2D (char in, int n)
 
std::uint64_t BASE_H2D (char in)