F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
Os::Generic Namespace Reference

Classes

struct  PriorityQueueHandle
 critical data stored for priority queue More...
 
class  PriorityQueue
 generic priority queue implementation More...
 
struct  UsedTotal
 Generic used/total struct. More...
 

Enumerations

enum  Status { OP_OK , ERROR }
 Generic OK/ERROR status. More...
 

Enumeration Type Documentation

◆ Status

Generic OK/ERROR status.

Enumerator
OP_OK 

Operation succeeded.

ERROR 

Operation failed.

Definition at line 25 of file Os.hpp.