Typedefs | |
typedef bool(* | Compare) (const BULKIO::StreamSRI &a, const BULKIO::StreamSRI &b) |
Enumerations | |
enum | { NONE = 0, HVERSION = (1<<0), XSTART = (1<<1), XDELTA = (1<<2), XUNITS = (1<<3), SUBSIZE = (1<<4), YSTART = (1<<5), YDELTA = (1<<6), YUNITS = (1<<7), MODE = (1<<8), STREAMID = (1<<9), BLOCKING = (1<<10), KEYWORDS = (1<<11) } |
Functions | |
int | compareFields (const BULKIO::StreamSRI &lhs, const BULKIO::StreamSRI &rhs) |
bool | DefaultComparator (const BULKIO::StreamSRI &a, const BULKIO::StreamSRI &b) |
void | zeroSRI (BULKIO::StreamSRI &sri) |
void | zeroTime (BULKIO::PrecisionUTCTime &timeTag) |
BULKIO::StreamSRI | create (std::string sid="defStream", const double srate=1.0, const Int16 xunits=BULKIO::UNITS_TIME, const bool blocking=false) |
typedef bool(* bulkio::sri::Compare) (const BULKIO::StreamSRI &a, const BULKIO::StreamSRI &b) |
anonymous enum |
int bulkio::sri::compareFields | ( | const BULKIO::StreamSRI & | lhs, |
const BULKIO::StreamSRI & | rhs | ||
) |
BULKIO::StreamSRI bulkio::sri::create | ( | std::string | sid = "defStream" , |
const double | srate = 1.0 , |
||
const Int16 | xunits = BULKIO::UNITS_TIME , |
||
const bool | blocking = false |
||
) |
bool bulkio::sri::DefaultComparator | ( | const BULKIO::StreamSRI & | a, |
const BULKIO::StreamSRI & | b | ||
) |
|
inline |
|
inline |