The Sparta Modeling Framework
Loading...
Searching...
No Matches
CoreTypes.hpp
1
2
3
#pragma once
4
5
#include <vector>
6
7
#include "
sparta/resources/Queue.hpp
"
8
#include "ExampleInst.hpp"
9
10
namespace
core_example
11
{
12
14
typedef
sparta::Queue<ExampleInstPtr>
InstQueue;
15
18
typedef
std::vector<InstQueue::value_type> InstGroup;
19
20
namespace
message_categories {
21
const
std::string INFO =
"info"
;
22
// More can be added here, with any identifier...
23
}
24
25
}
26
Queue.hpp
Defines the Queue class used for queuing data.
sparta::Queue
A data structure that allows appending at the back and invalidating from the front.
Definition
Queue.hpp:70
example
CoreModel
src
CoreTypes.hpp
Generated on Mon Nov 11 2024 22:59:35 for The Sparta Modeling Framework by
1.9.8