base
Arista EOS Software Development Kit 
Defines
- 
EOS_SDK_PUBLIC
 
- 
EOS_SDK_PRIVATE
 
- 
EOS_SDK_INTERNAL
 
- 
EOS_SDK_NORETURN
 
- 
EOS_SDK_DEPRECATED
 
- 
EOS_SDK_FORMAT_STRING_CHECK(N)
 
- 
EOS_SDK_DISALLOW_COPY_CTOR(ClassName)
 
 
- 
namespace eos
 
Typedefs
- 
typedef uint16_t uint16_be_t
 
A uint16_t in big endian (network byte) order. 
- 
typedef uint32_t uint32_be_t
 
A uint32_t in big endian (network byte) order. 
- 
typedef uint64_t uint64_be_t
 
A uint64_t in big endian (network byte) order. 
- 
typedef double seconds_t
 
A decimal number of seconds, used for timestamps and durations.