logger
Classes | Namespaces | Enumerations | Variables
Logging.hh File Reference
#include <base/Time.hpp>
#include <stdint.h>

Go to the source code of this file.

Classes

struct  Logging::Prologue
 
struct  Logging::BlockHeader
 
struct  Logging::SampleHeader
 

Namespaces

 Logging
 

Enumerations

enum  Logging::BlockType { Logging::UnknownBlockType = 0, Logging::StreamBlockType = 1, Logging::DataBlockType = 2, Logging::ControlBlockType = 3 }
 
enum  Logging::StreamType { Logging::UnknownStreamType = 0, Logging::DataStreamType = 1, Logging::ControlStreamType = 2 }
 
enum  Logging::CommandType { Logging::SetTimeBase = 0, Logging::SetTimeOffset = 1 }
 

Variables

const char Logging::FORMAT_MAGIC [] = "POCOSIM"