Clemson ECE 453
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Meeting tomorrow at 1PM in Riggs

2 posters

Go down

Meeting tomorrow at 1PM in Riggs Empty Meeting tomorrow at 1PM in Riggs

Post  dsmarsh Sun Feb 01, 2009 2:39 pm

Component API Document
-header files
-english description



UML document
-use cases
-stub code
dsmarsh
dsmarsh

Posts : 54
Join date : 2009-01-08
Age : 38

Back to top Go down

Meeting tomorrow at 1PM in Riggs Empty Re: Meeting tomorrow at 1PM in Riggs

Post  dsmarsh Sun Feb 01, 2009 3:57 pm

David Marshall-
API for Rover group

Stephen Wesson-
API for Cam/Nerf group

Chris Abbott-
API for GUI gorup

Rob Brennan-
UML Document (with use-cases)

David Ho-
Camera API (this includes images only, no commands)(this is for however many cameras they use)
(i would say like where to save the jpeg on the server for the camera group)
(where the jpeg is being read from on the laptop itself)
(call me if anyone has questions)
803-707-3466



Everyone-
We also need stub code for wednesday.
Be thinking about that.
Remember Patent office meeting tomorrow then our group meeting is right after that. (try to have your documents by then to ask him questions about them)
I have copied the repository and gui code from the old class project onto my computer and usb thumb drive. If anyone needs that stuff, call me or shoot me an email. dsmarsh@clemson.edu.



-David Marshall
dsmarsh
dsmarsh

Posts : 54
Join date : 2009-01-08
Age : 38

Back to top Go down

Meeting tomorrow at 1PM in Riggs Empty Re: Meeting tomorrow at 1PM in Riggs

Post  dsmarsh Sun Feb 01, 2009 3:59 pm

oh and post your stuff before the meeting if you want everyone to be able to comment on it
dsmarsh
dsmarsh

Posts : 54
Join date : 2009-01-08
Age : 38

Back to top Go down

Meeting tomorrow at 1PM in Riggs Empty Re: Meeting tomorrow at 1PM in Riggs

Post  swesson Sun Feb 01, 2009 11:37 pm

If possible, shoot me the repository code. swesson@clemson.edu
swesson
swesson

Posts : 28
Join date : 2009-01-09

Back to top Go down

Meeting tomorrow at 1PM in Riggs Empty Re: Meeting tomorrow at 1PM in Riggs

Post  swesson Mon Feb 02, 2009 1:33 am

I'm having trouble wrapping my head around what exactly our API's need to include for tomorrow. For instance, am I putting together a header file for the communication between the repository and the camera on the rover?

Such as...

//Command codes (obviously needs to the the same codes as GUI)
typedef enum
{
CAM_UP = 201,
CAM_DOWN,
CAM_RIGHT,
CAM_LEFT,
CAM_ZOOM_IN,
CAM_ZOOM_OUT,
GUN_UP = 301,
GUN_DOWN,
GUN_RIGHT,
GUN_LEFT,
GUN_FIRE,
//Reset command here (need more than one reset command for camera and nerf gun separate??)
} COMMAND;

//Calls function matching command sent from GUI
void callCommand(COMMAND cmd);

etc, etc...

I may be way off, which is why I'm a little confused.
swesson
swesson

Posts : 28
Join date : 2009-01-09

Back to top Go down

Meeting tomorrow at 1PM in Riggs Empty Re: Meeting tomorrow at 1PM in Riggs

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum