chiark / gitweb /
Merge and end branch-hostside-wip-2008-01-25 PROPERLY; cvs up -j branch-hostside...
[trains.git] / hostside / cdumgr.c
1 /*
2  * realtime
3  * cdu and point charge control and scheduler
4  */
5
6 #include "realtime.h"
7
8 void on_pic_pointed(const PicInsnInfo *pii, const PicInsn *pi, int objnum) {
9   if (sta_state <= Sta_Settling) return;
10   /* fixme do something here */
11 }