MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Public Attributes | List of all members
mip::C::mip_cmd_queue Struct Reference

Holds a list of pending commands. More...

#include <mip_cmdqueue.h>

Inheritance diagram for mip::C::mip_cmd_queue:
Inheritance graph
[legend]
Collaboration diagram for mip::C::mip_cmd_queue:
Collaboration graph
[legend]

Public Attributes

mip_pending_cmd_first_pending_cmd
 
timeout_type _base_timeout
 

Detailed Description

Holds a list of pending commands.

Currently only one command may be pending at a time.

Note
This should be considered an "opaque" structure; its members should be considered an internal implementation detail. Avoid accessing them directly as they are subject to change in future versions of this software.

Member Data Documentation

◆ _base_timeout

timeout_type mip::C::mip_cmd_queue::_base_timeout

◆ _first_pending_cmd

mip_pending_cmd* mip::C::mip_cmd_queue::_first_pending_cmd

The documentation for this struct was generated from the following file: