![]() |
COSMOS core
1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
|
Namespaces | |
| Command | |
Classes | |
| class | Agent |
| class | CommandQueue |
| Class to manage information about a queue of Events. More... | |
| class | Json |
| class | Scheduler |
Functions | |
| std::ostream & | operator<< (std::ostream &out, CommandQueue &cmdq) |
| Extraction operator. More... | |
| std::ostream& Cosmos::Support::operator<< | ( | std::ostream & | out, |
| CommandQueue & | cmdq | ||
| ) |
Extraction operator.
| out | Reference to ostream |
| cmdq | Reference to CommandQueue (JIMNOTE: should be const, ya?) |
Writes the given CommandQueue to the given output stream (in JSON format) and returns a reference to the modified ostream.