- C++ signature :
- void PushFrame(PythonModule<I3ConditionalModule> {lvalue},boost::shared_ptr<I3Frame>)
PushFrame( (I3ConditionalModule)arg1, (I3Frame)arg2, (str)arg3) -> None :
- C++ signature :
- void PushFrame(PythonModule<I3ConditionalModule> {lvalue},boost::shared_ptr<I3Frame>,std::string)
- C++ signature :
- void Put(I3Frame {lvalue},std::string,boost::shared_ptr<I3FrameObject const>)
Put( (I3Frame)arg1, (str)arg2, (object)arg3, (Stream)arg4) -> None :
- C++ signature :
- void Put(I3Frame {lvalue},std::string,boost::shared_ptr<I3FrameObject const>,I3Frame::Stream)
- C++ signature :
- void purge(I3Frame {lvalue})
purge( (I3Frame)arg1, (Stream)arg2) -> None :
- C++ signature :
- void purge(I3Frame {lvalue},I3Frame::Stream)
- C++ signature :
- unsigned long size(I3Frame {lvalue})
size( (I3Frame)arg1, (str)arg2) -> int :
- C++ signature :
- unsigned long size(I3Frame {lvalue},std::string)
Base class for all objects that live in the I3Frame
Logging base class
C++ logging abstract base class
- C++ signature :
- void PushFrame(PythonModule<I3Module> {lvalue},boost::shared_ptr<I3Frame>)
PushFrame( (I3Module)arg1, (I3Frame)arg2, (str)arg3) -> None :
- C++ signature :
- void PushFrame(PythonModule<I3Module> {lvalue},boost::shared_ptr<I3Frame>,std::string)
Logger that does not log. Useful if you don’t want log messages
- C++ signature :
- void PushFrame(PythonModule<I3PacketModule> {lvalue},boost::shared_ptr<I3Frame>)
PushFrame( (I3PacketModule)arg1, (I3Frame)arg2, (str)arg3) -> None :
- C++ signature :
- void PushFrame(PythonModule<I3PacketModule> {lvalue},boost::shared_ptr<I3Frame>,std::string)
Logger that prints error messages to stderr (in color, if stderr is a tty).
Logger that generates log messages, which will be distributed by syslogd.
- C++ signature :
- void Execute(I3Tray {lvalue})
Execute( (I3Tray)arg1, (int)arg2) -> None :
- C++ signature :
- void Execute(I3Tray {lvalue},unsigned int)
‘Namespace’ holding values for I3Units