Alex exoskeleton
ALEX SoftwareDocumentation
Event.cpp
Go to the documentation of this file.
1 //
2 // Created by William Campbell on 2019-09-24.
3 //
4 
5 #include "Event.h"
6 
7 
8 const char* Event::getName( void ) {
9  return name;
10 };
const char * name
Definition: Event.h:41
const char * getName(void)
Definition: Event.cpp:8