MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Namespaces | Typedefs
mip_types.h File Reference
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
Include dependency graph for mip_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mip
 A collection of C++ classes and functions covering the full mip api.
 
 mip::C
 

Typedefs

typedef int_least16_t mip::C::remaining_count
 
typedef uint64_t mip::C::timestamp_type
 Type used for packet timestamps and timeouts. More...
 
typedef timestamp_type mip::C::timeout_type
 
using mip::RemainingCount = C::remaining_count
 
using mip::Timestamp = C::timestamp_type
 
using mip::Timeout = C::timeout_type