NTRT Simulator  Version: Master
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
tgSensorInfo.h File Reference

Definition of abstract class tgSensorInfo. More...

#include <iostream>
#include <vector>
Include dependency graph for tgSensorInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tgSensorInfo
 

Functions

std::ostream & operator<< (std::ostream &os, const tgSensorInfo &obj)
 

Detailed Description

Definition of abstract class tgSensorInfo.

Author
Drew Sabelhaus
Date
January 2017 $Id$

Definition in file tgSensorInfo.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const tgSensorInfo obj 
)
inline

Overload operator<<() to handle tgSensorInfo

Parameters
[in,out]osan ostream
[in]areference to a tgSensorInfo
Returns
os
Todo:
Inlining this does no good; stream operations are slow.

Definition at line 101 of file tgSensorInfo.h.