BitFlow.NET
Source code documentation of the BitFlow .NET interface.
|
Used to return the timestamp of an acquired buffer. More...
Public Member Functions | |
override bool | Equals (Object o) |
override int | GetHashCode () |
override string | ToString () |
Static Public Member Functions | |
static | operator BFTime (BFTimeManaged time) |
static bool | operator== (BFTime l, BFTime r) |
static bool | operator!= (BFTime l, BFTime r) |
static bool | operator> (BFTime l, BFTime r) |
static bool | operator< (BFTime l, BFTime r) |
static bool | operator>= (BFTime l, BFTime r) |
static bool | operator<= (BFTime l, BFTime r) |
Properties | |
uint | uSec [get] |
Microseconds 0..999999. Ths method is equivalent to
. More... | |
uint | Microsecond [get] |
Microseconds 0..999999. Ths method is equivalent to
. More... | |
uint | Sec [get] |
Seconds 0..59. Ths method is equivalent to
. More... | |
uint | Second [get] |
Seconds 0..59. Ths method is equivalent to
. More... | |
uint | Min [get] |
Minutes 0..59. Ths method is equivalent to
. More... | |
uint | Minute [get] |
Minutes 0..59. Ths method is equivalent to
. More... | |
uint | Hour [get] |
Hours 0..23 More... | |
UInt64 | HighResCount [get] |
System high resolution timestamp. Does not correlate direclty to wall time. More... | |
double | TotalSec [get] |
Total seconds elapsed. Ths method is equivalent to
. More... | |
double | TotalSeconds [get] |
Total seconds elapsed. Ths method is equivalent to
. More... | |
Used to return the timestamp of an acquired buffer.
override bool BufferAcquisition.BFTime.Equals | ( | Object | o | ) |
override int BufferAcquisition.BFTime.GetHashCode | ( | ) |
|
explicitstatic |
override string BufferAcquisition.BFTime.ToString | ( | ) |
|
get |
System high resolution timestamp. Does not correlate direclty to wall time.
|
get |
Hours 0..23
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |