Robot Principal
26
Documentation du Club Robot INSA Rennes 2026
Chargement...
Recherche...
Aucune correspondance
Static.h
1
//
2
// Created by awing on 6/29/26.
3
//
4
5
#ifndef GRAFCET_STATIC_H
6
#define GRAFCET_STATIC_H
7
8
#include "
Grafcet.h
"
9
10
bool
check(
const
Grafcet::StateMachine
& graph);
11
12
void
exportToDot(std::ostream& out,
const
Grafcet::StateMachine
& graph);
13
14
#endif
//GRAFCET_STATIC_H
Grafcet.h
Header wrapper pour faciliter les import.
Grafcet::StateMachine
La machine à état permettant de parcourir le grafcet.
Definition
StateMachine.h:25
lib
Grafcet
include
Static.h
Généré par
1.13.2