MIP_SDK  v3.0.0
MicroStrain Communications Library for embedded systems
Namespaces | Macros | Typedefs
mip_types.h File Reference
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include <microstrain/common/embedded_time.hpp>

Go to the source code of this file.

Namespaces

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

Macros

#define MIP_DIAG_INC(counter, amount)   (void)amount
 
#define MIP_DIAG_ZERO(counter)   (void)0
 

Typedefs

typedef microstrain::C::microstrain_embedded_timestamp mip::C::mip_timestamp
 
typedef microstrain::C::microstrain_embedded_timestamp mip::C::mip_timeout
 
using mip::Timestamp = microstrain::EmbeddedTimestamp
 
using mip::Timeout = microstrain::EmbeddedTimeout
 

Macro Definition Documentation

◆ MIP_DIAG_INC

#define MIP_DIAG_INC (   counter,
  amount 
)    (void)amount

◆ MIP_DIAG_ZERO

#define MIP_DIAG_ZERO (   counter)    (void)0