Lines Matching defs:Command
150 struct Command {
155 constexpr Command(Data::MemCommand::cmds _type, uint8_t _bank,
312 * Command energies
428 std::vector<Command> cmdList;
1164 * Function for sorting Command structures based on timeStamp
1166 * @param a Memory Command
1167 * @param next Memory Command
1168 * @return true if timeStamp of Command 1 < timeStamp of Command 2
1170 static bool sortTime(const Command& cmd, const Command& cmd_next) {